Html Css Color HEX #DBF132 Pear

📋 copy color: '#DBF132'

red 219 ◦ green 241 ◦ blue 50

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

Shades of Pear #DBF132

Tints of Pear #DBF132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

 BLUE value IS 50 (19.92% from 255) = 9.8%

R = 42.94%
G = 47.25%
B = 9.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#DBF132 (or 0xDBF132) is known color: Pear. HEX triplet: DB, F1 and 32. RGB value is (219,241,50). Sum of RGB (Red+Green+Blue) = 219+241+50=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF132 is #240ECD. Grayscale: #D5D5D5. Windows color (decimal): -2363086 or 3338715. OLE color: 3338715.

HSL color Cylindrical-coordinate representation of color #DBF132: hue angle of 66.91º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBF132 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 50 -
CMYK 0.09 0 0.79 0.05
HSL 66.91º 0.87% 0.57% -
HSV(B) 66.91º 0.79% 0.95% -
XYZ 61.24 78.2 14.88 -
YUV 212.65 36.21 132.53 -
System Red Green Blue C M Y K H S L
Decimal 219 241 50 0.09 0 0.79 0.05 66.91 0.87 0.57
Hex DB F1 32 9 0 4F 5 43 57 39
Octal 333 361 62 11 0 117 5 103 127 71
Binary 11011011 11110001 110010 1001 0 1001111 101 1000011 1010111 111001

Color Harmonies of #DBF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF132

Black with #DBF132

Text Example


Text Example

White with #DBF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF132; }

 p { color: rgb(219,241,50); }

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

background-color css

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

 a { background-color: rgb(219,241,50); }

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

border-color css

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

 span { border-color: rgb(219,241,50); }

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