Html Css Color HEX #D4F12E Pear

📋 copy color: '#D4F12E'

red 212 ◦ green 241 ◦ blue 46

#D4F12E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D4F12E

Tints of Pear #D4F12E

RGB

 RED value IS 212 (83.2% from 255) = 42.48%

 GREEN value IS 241 (94.53% from 255) = 48.3%

 BLUE value IS 46 (18.36% from 255) = 9.22%

R = 42.48%
G = 48.3%
B = 9.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4F12E (or 0xD4F12E) is known color: Pear. HEX triplet: D4, F1 and 2E. RGB value is (212,241,46). Sum of RGB (Red+Green+Blue) = 212+241+46=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F12E is #2B0ED1. Grayscale: #D2D2D2. Windows color (decimal): -2821842 or 3076564. OLE color: 3076564.

HSL color Cylindrical-coordinate representation of color #D4F12E: hue angle of 68.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4F12E is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 241 46 -
CMYK 0.12 0 0.81 0.05
HSL 68.92º 0.87% 0.56% -
HSV(B) 68.92º 0.81% 0.95% -
XYZ 59.1 77.1 14.35 -
YUV 210.1 35.39 129.36 -
System Red Green Blue C M Y K H S L
Decimal 212 241 46 0.12 0 0.81 0.05 68.92 0.87 0.56
Hex D4 F1 2E C 0 51 5 45 57 38
Octal 324 361 56 14 0 121 5 105 127 70
Binary 11010100 11110001 101110 1100 0 1010001 101 1000101 1010111 111000

Color Harmonies of #D4F12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F12E

Black with #D4F12E

Text Example


Text Example

White with #D4F12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F12E; }

 p { color: rgb(212,241,46); }

 H1.HeaderClassName
 {
   color: #D4F12E;
 }
 .AnyTagClassName
 {
   color: #D4F12E;
 }
</style>

background-color css

<style>
 a { background-color: #D4F12E; }

 a { background-color: rgb(212,241,46); }

 div.DivClassName
 {
   background-color: #D4F12E;
 }
 .BgClassName
 {
   background-color: #D4F12E;
 }
</style>

border-color css

<style>
 span { border-color: #D4F12E; }

 span { border-color: rgb(212,241,46); }

 td.TdClassName
 {
   border-color: #D4F12E;
 }
 .TagClassName
 {
   border-color: #D4F12E;
 }
</style>