Html Css Color HEX #D6E02C Pear

📋 copy color: '#D6E02C'

red 214 ◦ green 224 ◦ blue 44

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

Shades of Pear #D6E02C

Tints of Pear #D6E02C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 44.4%
G = 46.47%
B = 9.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#D6E02C (or 0xD6E02C) is known color: Pear. HEX triplet: D6, E0 and 2C. RGB value is (214,224,44). Sum of RGB (Red+Green+Blue) = 214+224+44=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E02C is #291FD3. Grayscale: #C9C9C9. Windows color (decimal): -2695124 or 2941142. OLE color: 2941142.

HSL color Cylindrical-coordinate representation of color #D6E02C: hue angle of 63.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6E02C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 44 -
CMYK 0.04 0 0.80 0.12
HSL 63.33º 0.74% 0.53% -
HSV(B) 63.33º 0.8% 0.88% -
XYZ 54.84 67.79 12.58 -
YUV 200.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 214 224 44 0.04 0 0.80 0.12 63.33 0.74 0.53
Hex D6 E0 2C 4 0 50 C 3F 4A 35
Octal 326 340 54 4 0 120 14 77 112 65
Binary 11010110 11100000 101100 100 0 1010000 1100 111111 1001010 110101

Color Harmonies of #D6E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E02C

Black with #D6E02C

Text Example


Text Example

White with #D6E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E02C; }

 p { color: rgb(214,224,44); }

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

background-color css

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

 a { background-color: rgb(214,224,44); }

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

border-color css

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

 span { border-color: rgb(214,224,44); }

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