Shades of Pear #DCF145
Tints of Pear #DCF145
RGB
CMYK
RGB Variations
Color information
#DCF145 (or 0xDCF145) is known color: Pear. HEX triplet: DC, F1 and 45. RGB value is (220,241,69). Sum of RGB (Red+Green+Blue) = 220+241+69=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF145 is #230EBA. Grayscale: #D7D7D7. Windows color (decimal): -2297531 or 4583900. OLE color: 4583900.
HSL color Cylindrical-coordinate representation of color #DCF145: hue angle of 67.33º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCF145 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 241 | 69 | - |
CMYK | 0.09 | 0 | 0.71 | 0.05 |
HSL | 67.33º | 0.86% | 0.61% | - |
HSV(B) | 67.33º | 0.71% | 0.95% | - |
XYZ | 62.04 | 78.56 | 17.52 | - |
YUV | 215.11 | 45.54 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 241 | 69 | 0.09 | 0 | 0.71 | 0.05 | 67.33 | 0.86 | 0.61 |
Hex | DC | F1 | 45 | 9 | 0 | 47 | 5 | 43 | 56 | 3D |
Octal | 334 | 361 | 105 | 11 | 0 | 107 | 5 | 103 | 126 | 75 |
Binary | 11011100 | 11110001 | 1000101 | 1001 | 0 | 1000111 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DCF145
Complementary color
Monochromatic Colors of #DCF145
Black with #DCF145
Text Example
Text Example
White with #DCF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF145; }
p { color: rgb(220,241,69); }
H1.HeaderClassName
{
color: #DCF145;
}
.AnyTagClassName
{
color: #DCF145;
}
</style>
background-color css
<style>
a { background-color: #DCF145; }
a { background-color: rgb(220,241,69); }
div.DivClassName
{
background-color: #DCF145;
}
.BgClassName
{
background-color: #DCF145;
}
</style>
border-color css
<style>
span { border-color: #DCF145; }
span { border-color: rgb(220,241,69); }
td.TdClassName
{
border-color: #DCF145;
}
.TagClassName
{
border-color: #DCF145;
}
</style>