Html Css Color HEX #DBF72A Pear

📋 copy color: '#DBF72A'

red 219 ◦ green 247 ◦ blue 42

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

Shades of Pear #DBF72A

Tints of Pear #DBF72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.27%

R = 43.11%
G = 48.62%
B = 8.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#DBF72A (or 0xDBF72A) is known color: Pear. HEX triplet: DB, F7 and 2A. RGB value is (219,247,42). Sum of RGB (Red+Green+Blue) = 219+247+42=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF72A is #2408D5. Grayscale: #D8D8D8. Windows color (decimal): -2361558 or 2815963. OLE color: 2815963.

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

Color convert

RGB 219 247 42 -
CMYK 0.11 0 0.83 0.03
HSL 68.2º 0.93% 0.57% -
HSV(B) 68.2º 0.83% 0.97% -
XYZ 62.89 81.75 14.65 -
YUV 215.26 30.22 130.67 -
System Red Green Blue C M Y K H S L
Decimal 219 247 42 0.11 0 0.83 0.03 68.2 0.93 0.57
Hex DB F7 2A B 0 53 3 44 5D 39
Octal 333 367 52 13 0 123 3 104 135 71
Binary 11011011 11110111 101010 1011 0 1010011 11 1000100 1011101 111001

Color Harmonies of #DBF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF72A

Black with #DBF72A

Text Example


Text Example

White with #DBF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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