Html Css Color HEX #D6F71C Pear

📋 copy color: '#D6F71C'

red 214 ◦ green 247 ◦ blue 28

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

Shades of Pear #D6F71C

Tints of Pear #D6F71C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.51%

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

R = 43.76%
G = 50.51%
B = 5.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#D6F71C (or 0xD6F71C) is known color: Pear. HEX triplet: D6, F7 and 1C. RGB value is (214,247,28). Sum of RGB (Red+Green+Blue) = 214+247+28=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F71C is #2908E3. Grayscale: #D5D5D5. Windows color (decimal): -2689252 or 1898454. OLE color: 1898454.

HSL color Cylindrical-coordinate representation of color #D6F71C: hue angle of 69.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6F71C is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 247 28 -
CMYK 0.13 0 0.89 0.03
HSL 69.04º 0.93% 0.54% -
HSV(B) 69.04º 0.89% 0.97% -
XYZ 61.2 80.9 13.49 -
YUV 212.17 24.07 129.31 -
System Red Green Blue C M Y K H S L
Decimal 214 247 28 0.13 0 0.89 0.03 69.04 0.93 0.54
Hex D6 F7 1C D 0 59 3 45 5D 36
Octal 326 367 34 15 0 131 3 105 135 66
Binary 11010110 11110111 11100 1101 0 1011001 11 1000101 1011101 110110

Color Harmonies of #D6F71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F71C

Black with #D6F71C

Text Example


Text Example

White with #D6F71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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