Html Css Color HEX #DBF52D Pear

📋 copy color: '#DBF52D'

red 219 ◦ green 245 ◦ blue 45

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

Shades of Pear #DBF52D

Tints of Pear #DBF52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.84%

R = 43.03%
G = 48.13%
B = 8.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#DBF52D (or 0xDBF52D) is known color: Pear. HEX triplet: DB, F5 and 2D. RGB value is (219,245,45). Sum of RGB (Red+Green+Blue) = 219+245+45=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF52D is #240AD2. Grayscale: #D7D7D7. Windows color (decimal): -2362067 or 3012059. OLE color: 3012059.

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

Color convert

RGB 219 245 45 -
CMYK 0.11 0 0.82 0.04
HSL 67.8º 0.91% 0.57% -
HSV(B) 67.8º 0.82% 0.96% -
XYZ 62.34 80.55 14.75 -
YUV 214.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 219 245 45 0.11 0 0.82 0.04 67.8 0.91 0.57
Hex DB F5 2D B 0 52 4 44 5B 39
Octal 333 365 55 13 0 122 4 104 133 71
Binary 11011011 11110101 101101 1011 0 1010010 100 1000100 1011011 111001

Color Harmonies of #DBF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF52D

Black with #DBF52D

Text Example


Text Example

White with #DBF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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