Html Css Color HEX #DEEB2E Pear

📋 copy color: '#DEEB2E'

red 222 ◦ green 235 ◦ blue 46

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

Shades of Pear #DEEB2E

Tints of Pear #DEEB2E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.72%

 BLUE value IS 46 (18.36% from 255) = 9.15%

R = 44.14%
G = 46.72%
B = 9.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#DEEB2E (or 0xDEEB2E) is known color: Pear. HEX triplet: DE, EB and 2E. RGB value is (222,235,46). Sum of RGB (Red+Green+Blue) = 222+235+46=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB2E is #2114D1. Grayscale: #D2D2D2. Windows color (decimal): -2168018 or 3075038. OLE color: 3075038.

HSL color Cylindrical-coordinate representation of color #DEEB2E: hue angle of 64.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEEB2E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 46 -
CMYK 0.06 0 0.80 0.08
HSL 64.13º 0.83% 0.55% -
HSV(B) 64.13º 0.8% 0.92% -
XYZ 60.33 75.14 13.91 -
YUV 209.57 35.69 136.87 -
System Red Green Blue C M Y K H S L
Decimal 222 235 46 0.06 0 0.80 0.08 64.13 0.83 0.55
Hex DE EB 2E 6 0 50 8 40 53 37
Octal 336 353 56 6 0 120 10 100 123 67
Binary 11011110 11101011 101110 110 0 1010000 1000 1000000 1010011 110111

Color Harmonies of #DEEB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB2E

Black with #DEEB2E

Text Example


Text Example

White with #DEEB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB2E; }

 p { color: rgb(222,235,46); }

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

background-color css

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

 a { background-color: rgb(222,235,46); }

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

border-color css

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

 span { border-color: rgb(222,235,46); }

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