Html Css Color HEX #DCF840 Pear

📋 copy color: '#DCF840'

red 220 ◦ green 248 ◦ blue 64

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

Shades of Pear #DCF840

Tints of Pear #DCF840

RGB

 RED value IS 220 (86.33% from 255) = 41.35%

 GREEN value IS 248 (97.27% from 255) = 46.62%

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

R = 41.35%
G = 46.62%
B = 12.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DCF840 (or 0xDCF840) is known color: Pear. HEX triplet: DC, F8 and 40. RGB value is (220,248,64). Sum of RGB (Red+Green+Blue) = 220+248+64=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF840 is #2307BF. Grayscale: #DBDBDB. Windows color (decimal): -2295744 or 4258012. OLE color: 4258012.

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

Color convert

RGB 220 248 64 -
CMYK 0.11 0 0.74 0.03
HSL 69.13º 0.93% 0.61% -
HSV(B) 69.13º 0.74% 0.97% -
XYZ 64.01 82.72 17.44 -
YUV 218.65 40.72 128.96 -
System Red Green Blue C M Y K H S L
Decimal 220 248 64 0.11 0 0.74 0.03 69.13 0.93 0.61
Hex DC F8 40 B 0 4A 3 45 5D 3D
Octal 334 370 100 13 0 112 3 105 135 75
Binary 11011100 11111000 1000000 1011 0 1001010 11 1000101 1011101 111101

Color Harmonies of #DCF840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF840

Black with #DCF840

Text Example


Text Example

White with #DCF840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF840; }

 p { color: rgb(220,248,64); }

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

background-color css

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

 a { background-color: rgb(220,248,64); }

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

border-color css

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

 span { border-color: rgb(220,248,64); }

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