Html Css Color HEX #DBF035 Pear

📋 copy color: '#DBF035'

red 219 ◦ green 240 ◦ blue 53

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

Shades of Pear #DBF035

Tints of Pear #DBF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.88%

 BLUE value IS 53 (21.09% from 255) = 10.35%

R = 42.77%
G = 46.88%
B = 10.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#DBF035 (or 0xDBF035) is known color: Pear. HEX triplet: DB, F0 and 35. RGB value is (219,240,53). Sum of RGB (Red+Green+Blue) = 219+240+53=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF035 is #240FCA. Grayscale: #D5D5D5. Windows color (decimal): -2363339 or 3535067. OLE color: 3535067.

HSL color Cylindrical-coordinate representation of color #DBF035: hue angle of 66.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBF035 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 53 -
CMYK 0.09 0 0.78 0.06
HSL 66.74º 0.86% 0.57% -
HSV(B) 66.74º 0.78% 0.94% -
XYZ 61.02 77.64 15.14 -
YUV 212.4 38.04 132.71 -
System Red Green Blue C M Y K H S L
Decimal 219 240 53 0.09 0 0.78 0.06 66.74 0.86 0.57
Hex DB F0 35 9 0 4E 6 43 56 39
Octal 333 360 65 11 0 116 6 103 126 71
Binary 11011011 11110000 110101 1001 0 1001110 110 1000011 1010110 111001

Color Harmonies of #DBF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF035

Black with #DBF035

Text Example


Text Example

White with #DBF035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF035; }

 p { color: rgb(219,240,53); }

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

background-color css

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

 a { background-color: rgb(219,240,53); }

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

border-color css

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

 span { border-color: rgb(219,240,53); }

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