Html Css Color HEX #D6F11C Pear

📋 copy color: '#D6F11C'

red 214 ◦ green 241 ◦ blue 28

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

Shades of Pear #D6F11C

Tints of Pear #D6F11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.8%

R = 44.31%
G = 49.9%
B = 5.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D6F11C (or 0xD6F11C) is known color: Pear. HEX triplet: D6, F1 and 1C. RGB value is (214,241,28). Sum of RGB (Red+Green+Blue) = 214+241+28=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F11C is #290EE3. Grayscale: #D1D1D1. Windows color (decimal): -2690788 or 1896918. OLE color: 1896918.

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

Color convert

RGB 214 241 28 -
CMYK 0.11 0 0.88 0.05
HSL 67.61º 0.88% 0.53% -
HSV(B) 67.61º 0.88% 0.95% -
XYZ 59.4 77.29 12.89 -
YUV 208.65 26.05 131.82 -
System Red Green Blue C M Y K H S L
Decimal 214 241 28 0.11 0 0.88 0.05 67.61 0.88 0.53
Hex D6 F1 1C B 0 58 5 44 58 35
Octal 326 361 34 13 0 130 5 104 130 65
Binary 11010110 11110001 11100 1011 0 1011000 101 1000100 1011000 110101

Color Harmonies of #D6F11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F11C

Black with #D6F11C

Text Example


Text Example

White with #D6F11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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