Html Css Color HEX #DBF73A Pear

📋 copy color: '#DBF73A'

red 219 ◦ green 247 ◦ blue 58

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

Shades of Pear #DBF73A

Tints of Pear #DBF73A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.14%

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

R = 41.79%
G = 47.14%
B = 11.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#DBF73A (or 0xDBF73A) is known color: Pear. HEX triplet: DB, F7 and 3A. RGB value is (219,247,58). Sum of RGB (Red+Green+Blue) = 219+247+58=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF73A is #2408C5. Grayscale: #D9D9D9. Windows color (decimal): -2361542 or 3864539. OLE color: 3864539.

HSL color Cylindrical-coordinate representation of color #DBF73A: hue angle of 68.89º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBF73A is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 58 -
CMYK 0.11 0 0.77 0.03
HSL 68.89º 0.92% 0.6% -
HSV(B) 68.89º 0.77% 0.97% -
XYZ 63.24 81.89 16.48 -
YUV 217.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 219 247 58 0.11 0 0.77 0.03 68.89 0.92 0.6
Hex DB F7 3A B 0 4D 3 45 5C 3C
Octal 333 367 72 13 0 115 3 105 134 74
Binary 11011011 11110111 111010 1011 0 1001101 11 1000101 1011100 111100

Color Harmonies of #DBF73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF73A

Black with #DBF73A

Text Example


Text Example

White with #DBF73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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