Html Css Color HEX #DBF53A Pear

📋 copy color: '#DBF53A'

red 219 ◦ green 245 ◦ blue 58

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

Shades of Pear #DBF53A

Tints of Pear #DBF53A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.93%

 BLUE value IS 58 (23.05% from 255) = 11.11%

R = 41.95%
G = 46.93%
B = 11.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DBF53A (or 0xDBF53A) is known color: Pear. HEX triplet: DB, F5 and 3A. RGB value is (219,245,58). Sum of RGB (Red+Green+Blue) = 219+245+58=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF53A is #240AC5. Grayscale: #D8D8D8. Windows color (decimal): -2362054 or 3864027. OLE color: 3864027.

HSL color Cylindrical-coordinate representation of color #DBF53A: hue angle of 68.34º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF53A is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 58 -
CMYK 0.11 0 0.76 0.04
HSL 68.34º 0.9% 0.59% -
HSV(B) 68.34º 0.76% 0.96% -
XYZ 62.63 80.67 16.27 -
YUV 215.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 219 245 58 0.11 0 0.76 0.04 68.34 0.9 0.59
Hex DB F5 3A B 0 4C 4 44 5A 3B
Octal 333 365 72 13 0 114 4 104 132 73
Binary 11011011 11110101 111010 1011 0 1001100 100 1000100 1011010 111011

Color Harmonies of #DBF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF53A

Black with #DBF53A

Text Example


Text Example

White with #DBF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF53A; }

 p { color: rgb(219,245,58); }

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

background-color css

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

 a { background-color: rgb(219,245,58); }

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

border-color css

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

 span { border-color: rgb(219,245,58); }

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