Html Css Color HEX #DEE528 Pear

📋 copy color: '#DEE528'

red 222 ◦ green 229 ◦ blue 40

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

Shades of Pear #DEE528

Tints of Pear #DEE528

RGB

 RED value IS 222 (87.11% from 255) = 45.21%

 GREEN value IS 229 (89.84% from 255) = 46.64%

 BLUE value IS 40 (16.02% from 255) = 8.15%

R = 45.21%
G = 46.64%
B = 8.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#DEE528 (or 0xDEE528) is known color: Pear. HEX triplet: DE, E5 and 28. RGB value is (222,229,40). Sum of RGB (Red+Green+Blue) = 222+229+40=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE528 is #211AD7. Grayscale: #CECECE. Windows color (decimal): -2169560 or 2680286. OLE color: 2680286.

HSL color Cylindrical-coordinate representation of color #DEE528: hue angle of 62.22º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEE528 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 40 -
CMYK 0.03 0 0.83 0.10
HSL 62.22º 0.78% 0.53% -
HSV(B) 62.22º 0.83% 0.9% -
XYZ 58.53 71.72 12.77 -
YUV 205.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 222 229 40 0.03 0 0.83 0.10 62.22 0.78 0.53
Hex DE E5 28 3 0 53 A 3E 4E 35
Octal 336 345 50 3 0 123 12 76 116 65
Binary 11011110 11100101 101000 11 0 1010011 1010 111110 1001110 110101

Color Harmonies of #DEE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE528

Black with #DEE528

Text Example


Text Example

White with #DEE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE528; }

 p { color: rgb(222,229,40); }

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

background-color css

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

 a { background-color: rgb(222,229,40); }

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

border-color css

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

 span { border-color: rgb(222,229,40); }

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