Html Css Color HEX #DBF446 Pear

📋 copy color: '#DBF446'

red 219 ◦ green 244 ◦ blue 70

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

Shades of Pear #DBF446

Tints of Pear #DBF446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.13%

R = 41.09%
G = 45.78%
B = 13.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#DBF446 (or 0xDBF446) is known color: Pear. HEX triplet: DB, F4 and 46. RGB value is (219,244,70). Sum of RGB (Red+Green+Blue) = 219+244+70=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF446 is #240BB9. Grayscale: #D9D9D9. Windows color (decimal): -2362298 or 4650203. OLE color: 4650203.

HSL color Cylindrical-coordinate representation of color #DBF446: hue angle of 68.62º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBF446 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 70 -
CMYK 0.10 0 0.71 0.04
HSL 68.62º 0.89% 0.62% -
HSV(B) 68.62º 0.71% 0.96% -
XYZ 62.67 80.2 17.97 -
YUV 216.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 219 244 70 0.10 0 0.71 0.04 68.62 0.89 0.62
Hex DB F4 46 A 0 47 4 45 59 3E
Octal 333 364 106 12 0 107 4 105 131 76
Binary 11011011 11110100 1000110 1010 0 1000111 100 1000101 1011001 111110

Color Harmonies of #DBF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF446

Black with #DBF446

Text Example


Text Example

White with #DBF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF446; }

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

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

background-color css

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

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

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

border-color css

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

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

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