Html Css Color HEX #D6E120 Pear

📋 copy color: '#D6E120'

red 214 ◦ green 225 ◦ blue 32

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

Shades of Pear #D6E120

Tints of Pear #D6E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.77%

 BLUE value IS 32 (12.89% from 255) = 6.79%

R = 45.44%
G = 47.77%
B = 6.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D6E120 (or 0xD6E120) is known color: Pear. HEX triplet: D6, E1 and 20. RGB value is (214,225,32). Sum of RGB (Red+Green+Blue) = 214+225+32=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E120 is #291EDF. Grayscale: #C8C8C8. Windows color (decimal): -2694880 or 2154966. OLE color: 2154966.

HSL color Cylindrical-coordinate representation of color #D6E120: hue angle of 63.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6E120 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 32 -
CMYK 0.05 0 0.86 0.12
HSL 63.42º 0.76% 0.5% -
HSV(B) 63.42º 0.86% 0.88% -
XYZ 54.92 68.25 11.65 -
YUV 199.71 33.36 138.19 -
System Red Green Blue C M Y K H S L
Decimal 214 225 32 0.05 0 0.86 0.12 63.42 0.76 0.5
Hex D6 E1 20 5 0 56 C 3F 4C 32
Octal 326 341 40 5 0 126 14 77 114 62
Binary 11010110 11100001 100000 101 0 1010110 1100 111111 1001100 110010

Color Harmonies of #D6E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E120

Black with #D6E120

Text Example


Text Example

White with #D6E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E120; }

 p { color: rgb(214,225,32); }

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

background-color css

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

 a { background-color: rgb(214,225,32); }

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

border-color css

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

 span { border-color: rgb(214,225,32); }

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