Html Css Color HEX #DBFD31 Pear

📋 copy color: '#DBFD31'

red 219 ◦ green 253 ◦ blue 49

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

Shades of Pear #DBFD31

Tints of Pear #DBFD31

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

 BLUE value IS 49 (19.53% from 255) = 9.4%

R = 42.03%
G = 48.56%
B = 9.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DBFD31 (or 0xDBFD31) is known color: Pear. HEX triplet: DB, FD and 31. RGB value is (219,253,49). Sum of RGB (Red+Green+Blue) = 219+253+49=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD31 is #2402CE. Grayscale: #DCDCDC. Windows color (decimal): -2360015 or 3276251. OLE color: 3276251.

HSL color Cylindrical-coordinate representation of color #DBFD31: hue angle of 70º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBFD31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 49 -
CMYK 0.13 0 0.81 0.01
HSL 70º 0.98% 0.59% -
HSV(B) 70º 0.81% 0.99% -
XYZ 64.89 85.53 15.99 -
YUV 219.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 219 253 49 0.13 0 0.81 0.01 70 0.98 0.59
Hex DB FD 31 D 0 51 1 46 62 3B
Octal 333 375 61 15 0 121 1 106 142 73
Binary 11011011 11111101 110001 1101 0 1010001 1 1000110 1100010 111011

Color Harmonies of #DBFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD31

Black with #DBFD31

Text Example


Text Example

White with #DBFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD31; }

 p { color: rgb(219,253,49); }

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

background-color css

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

 a { background-color: rgb(219,253,49); }

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

border-color css

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

 span { border-color: rgb(219,253,49); }

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