Html Css Color HEX #DBF820 Pear

📋 copy color: '#DBF820'

red 219 ◦ green 248 ◦ blue 32

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

Shades of Pear #DBF820

Tints of Pear #DBF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

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

R = 43.89%
G = 49.7%
B = 6.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DBF820 (or 0xDBF820) is known color: Pear. HEX triplet: DB, F8 and 20. RGB value is (219,248,32). Sum of RGB (Red+Green+Blue) = 219+248+32=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF820 is #2407DF. Grayscale: #D7D7D7. Windows color (decimal): -2361312 or 2160859. OLE color: 2160859.

HSL color Cylindrical-coordinate representation of color #DBF820: hue angle of 68.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF820 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 32 -
CMYK 0.12 0 0.87 0.03
HSL 68.06º 0.94% 0.55% -
HSV(B) 68.06º 0.87% 0.97% -
XYZ 63.04 82.3 13.93 -
YUV 214.71 24.89 131.06 -
System Red Green Blue C M Y K H S L
Decimal 219 248 32 0.12 0 0.87 0.03 68.06 0.94 0.55
Hex DB F8 20 C 0 57 3 44 5E 37
Octal 333 370 40 14 0 127 3 104 136 67
Binary 11011011 11111000 100000 1100 0 1010111 11 1000100 1011110 110111

Color Harmonies of #DBF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF820

Black with #DBF820

Text Example


Text Example

White with #DBF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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