Html Css Color HEX #DBF221 Pear

📋 copy color: '#DBF221'

red 219 ◦ green 242 ◦ blue 33

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

Shades of Pear #DBF221

Tints of Pear #DBF221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.99%

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

R = 44.33%
G = 48.99%
B = 6.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#DBF221 (or 0xDBF221) is known color: Pear. HEX triplet: DB, F2 and 21. RGB value is (219,242,33). Sum of RGB (Red+Green+Blue) = 219+242+33=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF221 is #240DDE. Grayscale: #D4D4D4. Windows color (decimal): -2362847 or 2224859. OLE color: 2224859.

HSL color Cylindrical-coordinate representation of color #DBF221: hue angle of 66.6º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBF221 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 33 -
CMYK 0.10 0 0.86 0.05
HSL 66.6º 0.89% 0.54% -
HSV(B) 66.6º 0.86% 0.95% -
XYZ 61.24 78.67 13.4 -
YUV 211.3 27.38 133.49 -
System Red Green Blue C M Y K H S L
Decimal 219 242 33 0.10 0 0.86 0.05 66.6 0.89 0.54
Hex DB F2 21 A 0 56 5 43 59 36
Octal 333 362 41 12 0 126 5 103 131 66
Binary 11011011 11110010 100001 1010 0 1010110 101 1000011 1011001 110110

Color Harmonies of #DBF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF221

Black with #DBF221

Text Example


Text Example

White with #DBF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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