Html Css Color HEX #DBF540 Pear

📋 copy color: '#DBF540'

red 219 ◦ green 245 ◦ blue 64

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

Shades of Pear #DBF540

Tints of Pear #DBF540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.12%

R = 41.48%
G = 46.4%
B = 12.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#DBF540 (or 0xDBF540) is known color: Pear. HEX triplet: DB, F5 and 40. RGB value is (219,245,64). Sum of RGB (Red+Green+Blue) = 219+245+64=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF540 is #240ABF. Grayscale: #D9D9D9. Windows color (decimal): -2362048 or 4257243. OLE color: 4257243.

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

Color convert

RGB 219 245 64 -
CMYK 0.11 0 0.74 0.04
HSL 68.62º 0.9% 0.61% -
HSV(B) 68.62º 0.74% 0.96% -
XYZ 62.79 80.74 17.12 -
YUV 216.59 41.89 129.72 -
System Red Green Blue C M Y K H S L
Decimal 219 245 64 0.11 0 0.74 0.04 68.62 0.9 0.61
Hex DB F5 40 B 0 4A 4 45 5A 3D
Octal 333 365 100 13 0 112 4 105 132 75
Binary 11011011 11110101 1000000 1011 0 1001010 100 1000101 1011010 111101

Color Harmonies of #DBF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF540

Black with #DBF540

Text Example


Text Example

White with #DBF540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF540; }

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

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

background-color css

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

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

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

border-color css

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

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

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