Html Css Color HEX #DBF821 Pear

📋 copy color: '#DBF821'

red 219 ◦ green 248 ◦ blue 33

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

Shades of Pear #DBF821

Tints of Pear #DBF821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.6%

R = 43.8%
G = 49.6%
B = 6.6%

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

#DBF821 (or 0xDBF821) is known color: Pear. HEX triplet: DB, F8 and 21. RGB value is (219,248,33). Sum of RGB (Red+Green+Blue) = 219+248+33=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF821 is #2407DE. Grayscale: #D7D7D7. Windows color (decimal): -2361311 or 2226395. OLE color: 2226395.

HSL color Cylindrical-coordinate representation of color #DBF821: hue angle of 68.09º 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 #DBF821 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 33 -
CMYK 0.12 0 0.87 0.03
HSL 68.09º 0.94% 0.55% -
HSV(B) 68.09º 0.87% 0.97% -
XYZ 63.06 82.3 14 -
YUV 214.82 25.39 130.98 -
System Red Green Blue C M Y K H S L
Decimal 219 248 33 0.12 0 0.87 0.03 68.09 0.94 0.55
Hex DB F8 21 C 0 57 3 44 5E 37
Octal 333 370 41 14 0 127 3 104 136 67
Binary 11011011 11111000 100001 1100 0 1010111 11 1000100 1011110 110111

Color Harmonies of #DBF821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF821

Black with #DBF821

Text Example


Text Example

White with #DBF821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF821; }

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

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

background-color css

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

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

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

border-color css

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

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

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