Html Css Color HEX #DBF52F Pear

📋 copy color: '#DBF52F'

red 219 ◦ green 245 ◦ blue 47

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

Shades of Pear #DBF52F

Tints of Pear #DBF52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.2%

R = 42.86%
G = 47.95%
B = 9.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#DBF52F (or 0xDBF52F) is known color: Pear. HEX triplet: DB, F5 and 2F. RGB value is (219,245,47). Sum of RGB (Red+Green+Blue) = 219+245+47=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF52F is #240AD0. Grayscale: #D7D7D7. Windows color (decimal): -2362065 or 3143131. OLE color: 3143131.

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

Color convert

RGB 219 245 47 -
CMYK 0.11 0 0.81 0.04
HSL 67.88º 0.91% 0.57% -
HSV(B) 67.88º 0.81% 0.96% -
XYZ 62.38 80.57 14.95 -
YUV 214.65 33.39 131.1 -
System Red Green Blue C M Y K H S L
Decimal 219 245 47 0.11 0 0.81 0.04 67.88 0.91 0.57
Hex DB F5 2F B 0 51 4 44 5B 39
Octal 333 365 57 13 0 121 4 104 133 71
Binary 11011011 11110101 101111 1011 0 1010001 100 1000100 1011011 111001

Color Harmonies of #DBF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF52F

Black with #DBF52F

Text Example


Text Example

White with #DBF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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