Html Css Color HEX #DEE228 Pear

📋 copy color: '#DEE228'

red 222 ◦ green 226 ◦ blue 40

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

Shades of Pear #DEE228

Tints of Pear #DEE228

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.31%

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

R = 45.49%
G = 46.31%
B = 8.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#DEE228 (or 0xDEE228) is known color: Pear. HEX triplet: DE, E2 and 28. RGB value is (222,226,40). Sum of RGB (Red+Green+Blue) = 222+226+40=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE228 is #211DD7. Grayscale: #CCCCCC. Windows color (decimal): -2170328 or 2679518. OLE color: 2679518.

HSL color Cylindrical-coordinate representation of color #DEE228: hue angle of 61.29º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEE228 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 40 -
CMYK 0.02 0 0.82 0.11
HSL 61.29º 0.76% 0.52% -
HSV(B) 61.29º 0.82% 0.89% -
XYZ 57.7 70.08 12.49 -
YUV 203.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 222 226 40 0.02 0 0.82 0.11 61.29 0.76 0.52
Hex DE E2 28 2 0 52 B 3D 4C 34
Octal 336 342 50 2 0 122 13 75 114 64
Binary 11011110 11100010 101000 10 0 1010010 1011 111101 1001100 110100

Color Harmonies of #DEE228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE228

Black with #DEE228

Text Example


Text Example

White with #DEE228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE228; }

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

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

background-color css

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

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

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

border-color css

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

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

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