Html Css Color HEX #DBEF20 Pear

📋 copy color: '#DBEF20'

red 219 ◦ green 239 ◦ blue 32

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

Shades of Pear #DBEF20

Tints of Pear #DBEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.78%

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 44.69%
G = 48.78%
B = 6.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#DBEF20 (or 0xDBEF20) is known color: Pear. HEX triplet: DB, EF and 20. RGB value is (219,239,32). Sum of RGB (Red+Green+Blue) = 219+239+32=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF20 is #2410DF. Grayscale: #D2D2D2. Windows color (decimal): -2363616 or 2158555. OLE color: 2158555.

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

Color convert

RGB 219 239 32 -
CMYK 0.08 0 0.87 0.06
HSL 65.8º 0.87% 0.53% -
HSV(B) 65.8º 0.87% 0.94% -
XYZ 60.34 76.9 13.03 -
YUV 209.42 27.87 134.83 -
System Red Green Blue C M Y K H S L
Decimal 219 239 32 0.08 0 0.87 0.06 65.8 0.87 0.53
Hex DB EF 20 8 0 57 6 42 57 35
Octal 333 357 40 10 0 127 6 102 127 65
Binary 11011011 11101111 100000 1000 0 1010111 110 1000010 1010111 110101

Color Harmonies of #DBEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF20

Black with #DBEF20

Text Example


Text Example

White with #DBEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF20; }

 p { color: rgb(219,239,32); }

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

background-color css

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

 a { background-color: rgb(219,239,32); }

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

border-color css

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

 span { border-color: rgb(219,239,32); }

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