Html Css Color HEX #D6F249 Pear

📋 copy color: '#D6F249'

red 214 ◦ green 242 ◦ blue 73

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

Shades of Pear #D6F249

Tints of Pear #D6F249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.75%

 BLUE value IS 73 (28.91% from 255) = 13.8%

R = 40.45%
G = 45.75%
B = 13.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D6F249 (or 0xD6F249) is known color: Pear. HEX triplet: D6, F2 and 49. RGB value is (214,242,73). Sum of RGB (Red+Green+Blue) = 214+242+73=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F249 is #290DB6. Grayscale: #D7D7D7. Windows color (decimal): -2690487 or 4846294. OLE color: 4846294.

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

Color convert

RGB 214 242 73 -
CMYK 0.12 0 0.70 0.05
HSL 69.94º 0.87% 0.62% -
HSV(B) 69.94º 0.7% 0.95% -
XYZ 60.69 78.28 18.21 -
YUV 214.36 48.22 127.74 -
System Red Green Blue C M Y K H S L
Decimal 214 242 73 0.12 0 0.70 0.05 69.94 0.87 0.62
Hex D6 F2 49 C 0 46 5 46 57 3E
Octal 326 362 111 14 0 106 5 106 127 76
Binary 11010110 11110010 1001001 1100 0 1000110 101 1000110 1010111 111110

Color Harmonies of #D6F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F249

Black with #D6F249

Text Example


Text Example

White with #D6F249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F249; }

 p { color: rgb(214,242,73); }

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

background-color css

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

 a { background-color: rgb(214,242,73); }

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

border-color css

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

 span { border-color: rgb(214,242,73); }

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