Html Css Color HEX #D6F124 Pear

📋 copy color: '#D6F124'

red 214 ◦ green 241 ◦ blue 36

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

Shades of Pear #D6F124

Tints of Pear #D6F124

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

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

 BLUE value IS 36 (14.45% from 255) = 7.33%

R = 43.58%
G = 49.08%
B = 7.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D6F124 (or 0xD6F124) is known color: Pear. HEX triplet: D6, F1 and 24. RGB value is (214,241,36). Sum of RGB (Red+Green+Blue) = 214+241+36=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F124 is #290EDB. Grayscale: #D2D2D2. Windows color (decimal): -2690780 or 2421206. OLE color: 2421206.

HSL color Cylindrical-coordinate representation of color #D6F124: hue angle of 67.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6F124 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 36 -
CMYK 0.11 0 0.85 0.05
HSL 67.9º 0.88% 0.54% -
HSV(B) 67.9º 0.85% 0.95% -
XYZ 59.51 77.33 13.46 -
YUV 209.56 30.05 131.17 -
System Red Green Blue C M Y K H S L
Decimal 214 241 36 0.11 0 0.85 0.05 67.9 0.88 0.54
Hex D6 F1 24 B 0 55 5 44 58 36
Octal 326 361 44 13 0 125 5 104 130 66
Binary 11010110 11110001 100100 1011 0 1010101 101 1000100 1011000 110110

Color Harmonies of #D6F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F124

Black with #D6F124

Text Example


Text Example

White with #D6F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F124; }

 p { color: rgb(214,241,36); }

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

background-color css

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

 a { background-color: rgb(214,241,36); }

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

border-color css

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

 span { border-color: rgb(214,241,36); }

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