Html Css Color HEX #DBF440 Pear

📋 copy color: '#DBF440'

red 219 ◦ green 244 ◦ blue 64

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

Shades of Pear #DBF440

Tints of Pear #DBF440

RGB

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

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

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

R = 41.56%
G = 46.3%
B = 12.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#DBF440 (or 0xDBF440) is known color: Pear. HEX triplet: DB, F4 and 40. RGB value is (219,244,64). Sum of RGB (Red+Green+Blue) = 219+244+64=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF440 is #240BBF. Grayscale: #D8D8D8. Windows color (decimal): -2362304 or 4256987. OLE color: 4256987.

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

Color convert

RGB 219 244 64 -
CMYK 0.10 0 0.74 0.04
HSL 68.33º 0.89% 0.6% -
HSV(B) 68.33º 0.74% 0.96% -
XYZ 62.49 80.13 17.02 -
YUV 216.01 42.22 130.14 -
System Red Green Blue C M Y K H S L
Decimal 219 244 64 0.10 0 0.74 0.04 68.33 0.89 0.6
Hex DB F4 40 A 0 4A 4 44 59 3C
Octal 333 364 100 12 0 112 4 104 131 74
Binary 11011011 11110100 1000000 1010 0 1001010 100 1000100 1011001 111100

Color Harmonies of #DBF440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF440

Black with #DBF440

Text Example


Text Example

White with #DBF440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF440; }

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

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

background-color css

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

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

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

border-color css

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

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

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