Html Css Color HEX #DEEE1B Pear

📋 copy color: '#DEEE1B'

red 222 ◦ green 238 ◦ blue 27

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

Shades of Pear #DEEE1B

Tints of Pear #DEEE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.54%

R = 45.59%
G = 48.87%
B = 5.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#DEEE1B (or 0xDEEE1B) is known color: Pear. HEX triplet: DE, EE and 1B. RGB value is (222,238,27). Sum of RGB (Red+Green+Blue) = 222+238+27=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE1B is #2111E4. Grayscale: #D1D1D1. Windows color (decimal): -2167269 or 1830622. OLE color: 1830622.

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

Color convert

RGB 222 238 27 -
CMYK 0.07 0 0.89 0.07
HSL 64.55º 0.86% 0.52% -
HSV(B) 64.55º 0.89% 0.93% -
XYZ 60.9 76.76 12.64 -
YUV 209.16 25.2 137.16 -
System Red Green Blue C M Y K H S L
Decimal 222 238 27 0.07 0 0.89 0.07 64.55 0.86 0.52
Hex DE EE 1B 7 0 59 7 41 56 34
Octal 336 356 33 7 0 131 7 101 126 64
Binary 11011110 11101110 11011 111 0 1011001 111 1000001 1010110 110100

Color Harmonies of #DEEE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE1B

Black with #DEEE1B

Text Example


Text Example

White with #DEEE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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