Html Css Color HEX #DBF240 Pear

📋 copy color: '#DBF240'

red 219 ◦ green 242 ◦ blue 64

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

Shades of Pear #DBF240

Tints of Pear #DBF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.1%

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

R = 41.71%
G = 46.1%
B = 12.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#DBF240 (or 0xDBF240) is known color: Pear. HEX triplet: DB, F2 and 40. RGB value is (219,242,64). Sum of RGB (Red+Green+Blue) = 219+242+64=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF240 is #240DBF. Grayscale: #D7D7D7. Windows color (decimal): -2362816 or 4256475. OLE color: 4256475.

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

Color convert

RGB 219 242 64 -
CMYK 0.10 0 0.74 0.05
HSL 67.75º 0.87% 0.6% -
HSV(B) 67.75º 0.74% 0.95% -
XYZ 61.89 78.93 16.82 -
YUV 214.83 42.88 130.97 -
System Red Green Blue C M Y K H S L
Decimal 219 242 64 0.10 0 0.74 0.05 67.75 0.87 0.6
Hex DB F2 40 A 0 4A 5 44 57 3C
Octal 333 362 100 12 0 112 5 104 127 74
Binary 11011011 11110010 1000000 1010 0 1001010 101 1000100 1010111 111100

Color Harmonies of #DBF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF240

Black with #DBF240

Text Example


Text Example

White with #DBF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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