#dcf81f

Color #DCF81F Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DCF81F

Tints of Pear #DCF81F

Color information

#DCF81F (or 0xDCF81F) is unknown color: approx Pear. HEX triplet: DC, F8 and 1F. RGB value is (220,248,31). Sum of RGB (Red+Green+Blue) = 220+248+31=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF81F is #2307E0. Grayscale: #D7D7D7. Windows color (decimal): -2295777 or 2095324. OLE color: 2095324.

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

Color convert

RGB22024831-
CMYK0.1100.880.03
HSL67.74º93.94%54.71%-
HSV(B)67.74º87.5%97.25%-
XYZ63.3382.4513.87-
YUV214.8924.22131.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 248 (97.27% from 255) = 49.70%
BLUE value IS 31 (12.5% from 255) = 6.21%
R=44.09%
G=49.70%
B=6.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal220248310.1100.880.0367.7493.9454.71
HexDCF81FB0583445e37
Octal33437037130130310413667
Binary1101110011111000111111011010110001110001001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcf81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcf81f; }

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

 H1.HeaderClassName
 {
   color: #dcf81f;
 }
 .AnyTagClassName
 {
   color: #dcf81f;
 }
</style>
background-color css

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

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

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

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

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

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