Html Css Color HEX #DBFB3F Pear

📋 copy color: '#DBFB3F'

red 219 ◦ green 251 ◦ blue 63

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

Shades of Pear #DBFB3F

Tints of Pear #DBFB3F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.09%

 BLUE value IS 63 (25% from 255) = 11.82%

R = 41.09%
G = 47.09%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DBFB3F (or 0xDBFB3F) is known color: Pear. HEX triplet: DB, FB and 3F. RGB value is (219,251,63). Sum of RGB (Red+Green+Blue) = 219+251+63=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB3F is #2404C0. Grayscale: #DCDCDC. Windows color (decimal): -2360513 or 4193243. OLE color: 4193243.

HSL color Cylindrical-coordinate representation of color #DBFB3F: hue angle of 70.21º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBFB3F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 63 -
CMYK 0.13 0 0.75 0.02
HSL 70.21º 0.96% 0.62% -
HSV(B) 70.21º 0.75% 0.98% -
XYZ 64.61 84.41 17.59 -
YUV 220 39.4 127.29 -
System Red Green Blue C M Y K H S L
Decimal 219 251 63 0.13 0 0.75 0.02 70.21 0.96 0.62
Hex DB FB 3F D 0 4B 2 46 60 3E
Octal 333 373 77 15 0 113 2 106 140 76
Binary 11011011 11111011 111111 1101 0 1001011 10 1000110 1100000 111110

Color Harmonies of #DBFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB3F

Black with #DBFB3F

Text Example


Text Example

White with #DBFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB3F; }

 p { color: rgb(219,251,63); }

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

background-color css

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

 a { background-color: rgb(219,251,63); }

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

border-color css

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

 span { border-color: rgb(219,251,63); }

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