Html Css Color HEX #DEEE1E Pear

📋 copy color: '#DEEE1E'

red 222 ◦ green 238 ◦ blue 30

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

Shades of Pear #DEEE1E

Tints of Pear #DEEE1E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

 BLUE value IS 30 (12.11% from 255) = 6.12%

R = 45.31%
G = 48.57%
B = 6.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#DEEE1E (or 0xDEEE1E) is known color: Pear. HEX triplet: DE, EE and 1E. RGB value is (222,238,30). Sum of RGB (Red+Green+Blue) = 222+238+30=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE1E is #2111E1. Grayscale: #D2D2D2. Windows color (decimal): -2167266 or 2027230. OLE color: 2027230.

HSL color Cylindrical-coordinate representation of color #DEEE1E: hue angle of 64.62º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEEE1E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 30 -
CMYK 0.07 0 0.87 0.07
HSL 64.62º 0.86% 0.53% -
HSV(B) 64.62º 0.87% 0.93% -
XYZ 60.93 76.77 12.84 -
YUV 209.5 26.7 136.91 -
System Red Green Blue C M Y K H S L
Decimal 222 238 30 0.07 0 0.87 0.07 64.62 0.86 0.53
Hex DE EE 1E 7 0 57 7 41 56 35
Octal 336 356 36 7 0 127 7 101 126 65
Binary 11011110 11101110 11110 111 0 1010111 111 1000001 1010110 110101

Color Harmonies of #DEEE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE1E

Black with #DEEE1E

Text Example


Text Example

White with #DEEE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE1E; }

 p { color: rgb(222,238,30); }

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

background-color css

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

 a { background-color: rgb(222,238,30); }

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

border-color css

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

 span { border-color: rgb(222,238,30); }

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