Html Css Color HEX #DBF046 Pear

📋 copy color: '#DBF046'

red 219 ◦ green 240 ◦ blue 70

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

Shades of Pear #DBF046

Tints of Pear #DBF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.37%

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

R = 41.4%
G = 45.37%
B = 13.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#DBF046 (or 0xDBF046) is known color: Pear. HEX triplet: DB, F0 and 46. RGB value is (219,240,70). Sum of RGB (Red+Green+Blue) = 219+240+70=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF046 is #240FB9. Grayscale: #D7D7D7. Windows color (decimal): -2363322 or 4649179. OLE color: 4649179.

HSL color Cylindrical-coordinate representation of color #DBF046: hue angle of 67.41º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBF046 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 70 -
CMYK 0.09 0 0.71 0.06
HSL 67.41º 0.85% 0.61% -
HSV(B) 67.41º 0.71% 0.94% -
XYZ 61.48 77.82 17.58 -
YUV 214.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 219 240 70 0.09 0 0.71 0.06 67.41 0.85 0.61
Hex DB F0 46 9 0 47 6 43 55 3D
Octal 333 360 106 11 0 107 6 103 125 75
Binary 11011011 11110000 1000110 1001 0 1000111 110 1000011 1010101 111101

Color Harmonies of #DBF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF046

Black with #DBF046

Text Example


Text Example

White with #DBF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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