Html Css Color HEX #D6F442 Pear

📋 copy color: '#D6F442'

red 214 ◦ green 244 ◦ blue 66

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

Shades of Pear #D6F442

Tints of Pear #D6F442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.56%

 BLUE value IS 66 (26.17% from 255) = 12.6%

R = 40.84%
G = 46.56%
B = 12.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#D6F442 (or 0xD6F442) is known color: Pear. HEX triplet: D6, F4 and 42. RGB value is (214,244,66). Sum of RGB (Red+Green+Blue) = 214+244+66=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 66 (26.17% from 255 or 12.60% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F442 is #290BBD. Grayscale: #D7D7D7. Windows color (decimal): -2689982 or 4388054. OLE color: 4388054.

HSL color Cylindrical-coordinate representation of color #D6F442: hue angle of 70.11º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6F442 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 244 66 -
CMYK 0.12 0 0.73 0.04
HSL 70.11º 0.89% 0.61% -
HSV(B) 70.11º 0.73% 0.96% -
XYZ 61.07 79.39 17.26 -
YUV 214.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 214 244 66 0.12 0 0.73 0.04 70.11 0.89 0.61
Hex D6 F4 42 C 0 49 4 46 59 3D
Octal 326 364 102 14 0 111 4 106 131 75
Binary 11010110 11110100 1000010 1100 0 1001001 100 1000110 1011001 111101

Color Harmonies of #D6F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F442

Black with #D6F442

Text Example


Text Example

White with #D6F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F442; }

 p { color: rgb(214,244,66); }

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

background-color css

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

 a { background-color: rgb(214,244,66); }

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

border-color css

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

 span { border-color: rgb(214,244,66); }

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