Html Css Color HEX #DBF43A Pear

📋 copy color: '#DBF43A'

red 219 ◦ green 244 ◦ blue 58

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

Shades of Pear #DBF43A

Tints of Pear #DBF43A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.83%

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

R = 42.03%
G = 46.83%
B = 11.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DBF43A (or 0xDBF43A) is known color: Pear. HEX triplet: DB, F4 and 3A. RGB value is (219,244,58). Sum of RGB (Red+Green+Blue) = 219+244+58=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF43A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF43A is #240BC5. Grayscale: #D8D8D8. Windows color (decimal): -2362310 or 3863771. OLE color: 3863771.

HSL color Cylindrical-coordinate representation of color #DBF43A: hue angle of 68.06º degrees, saturation: 0.89, 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 #DBF43A is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 58 -
CMYK 0.10 0 0.76 0.04
HSL 68.06º 0.89% 0.59% -
HSV(B) 68.06º 0.76% 0.96% -
XYZ 62.33 80.07 16.17 -
YUV 215.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 219 244 58 0.10 0 0.76 0.04 68.06 0.89 0.59
Hex DB F4 3A A 0 4C 4 44 59 3B
Octal 333 364 72 12 0 114 4 104 131 73
Binary 11011011 11110100 111010 1010 0 1001100 100 1000100 1011001 111011

Color Harmonies of #DBF43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF43A

Black with #DBF43A

Text Example


Text Example

White with #DBF43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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