Html Css Color HEX #DBEC30 Pear

📋 copy color: '#DBEC30'

red 219 ◦ green 236 ◦ blue 48

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

Shades of Pear #DBEC30

Tints of Pear #DBEC30

RGB

 RED value IS 219 (85.94% from 255) = 43.54%

 GREEN value IS 236 (92.58% from 255) = 46.92%

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

R = 43.54%
G = 46.92%
B = 9.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DBEC30 (or 0xDBEC30) is known color: Pear. HEX triplet: DB, EC and 30. RGB value is (219,236,48). Sum of RGB (Red+Green+Blue) = 219+236+48=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC30 is #2413CF. Grayscale: #D2D2D2. Windows color (decimal): -2364368 or 3206363. OLE color: 3206363.

HSL color Cylindrical-coordinate representation of color #DBEC30: hue angle of 65.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBEC30 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 48 -
CMYK 0.07 0 0.80 0.07
HSL 65.43º 0.83% 0.56% -
HSV(B) 65.43º 0.8% 0.93% -
XYZ 59.74 75.26 14.18 -
YUV 209.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 219 236 48 0.07 0 0.80 0.07 65.43 0.83 0.56
Hex DB EC 30 7 0 50 7 41 53 38
Octal 333 354 60 7 0 120 7 101 123 70
Binary 11011011 11101100 110000 111 0 1010000 111 1000001 1010011 111000

Color Harmonies of #DBEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC30

Black with #DBEC30

Text Example


Text Example

White with #DBEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC30; }

 p { color: rgb(219,236,48); }

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

background-color css

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

 a { background-color: rgb(219,236,48); }

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

border-color css

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

 span { border-color: rgb(219,236,48); }

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