Html Css Color HEX #DEEB30 Pear

📋 copy color: '#DEEB30'

red 222 ◦ green 235 ◦ blue 48

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

Shades of Pear #DEEB30

Tints of Pear #DEEB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.5%

R = 43.96%
G = 46.53%
B = 9.5%

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

#DEEB30 (or 0xDEEB30) is known color: Pear. HEX triplet: DE, EB and 30. RGB value is (222,235,48). Sum of RGB (Red+Green+Blue) = 222+235+48=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB30 is #2114CF. Grayscale: #D2D2D2. Windows color (decimal): -2168016 or 3206110. OLE color: 3206110.

HSL color Cylindrical-coordinate representation of color #DEEB30: hue angle of 64.17º degrees, saturation: 0.82, 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 #DEEB30 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 48 -
CMYK 0.06 0 0.80 0.08
HSL 64.17º 0.82% 0.55% -
HSV(B) 64.17º 0.8% 0.92% -
XYZ 60.37 75.16 14.12 -
YUV 209.8 36.69 136.71 -
System Red Green Blue C M Y K H S L
Decimal 222 235 48 0.06 0 0.80 0.08 64.17 0.82 0.55
Hex DE EB 30 6 0 50 8 40 52 37
Octal 336 353 60 6 0 120 10 100 122 67
Binary 11011110 11101011 110000 110 0 1010000 1000 1000000 1010010 110111

Color Harmonies of #DEEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB30

Black with #DEEB30

Text Example


Text Example

White with #DEEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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