Shades of Pear #CCF13D
Tints of Pear #CCF13D
RGB
CMYK
RGB Variations
Color information
#CCF13D (or 0xCCF13D) is known color: Pear. HEX triplet: CC, F1 and 3D. RGB value is (204,241,61). Sum of RGB (Red+Green+Blue) = 204+241+61=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF13D is #330EC2. Grayscale: #D2D2D2. Windows color (decimal): -3346115 or 4059596. OLE color: 4059596.
HSL color Cylindrical-coordinate representation of color #CCF13D: hue angle of 72.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF13D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.05 |
| HSL | 72.33º | 0.87% | 0.59% | - |
| HSV(B) | 72.33º | 0.75% | 0.95% | - |
| XYZ | 57.2 | 76.08 | 16.09 | - |
| YUV | 209.42 | 44.24 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 61 | 0.15 | 0 | 0.75 | 0.05 | 72.33 | 0.87 | 0.59 |
| Hex | CC | F1 | 3D | F | 0 | 4B | 5 | 48 | 57 | 3B |
| Octal | 314 | 361 | 75 | 17 | 0 | 113 | 5 | 110 | 127 | 73 |
| Binary | 11001100 | 11110001 | 111101 | 1111 | 0 | 1001011 | 101 | 1001000 | 1010111 | 111011 |
Color Harmonies of #CCF13D
Complementary color
Monochromatic Colors of #CCF13D
Black with #CCF13D
Text Example
Text Example
White with #CCF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF13D; }
p { color: rgb(204,241,61); }
H1.HeaderClassName
{
color: #CCF13D;
}
.AnyTagClassName
{
color: #CCF13D;
}
</style>
background-color css
<style>
a { background-color: #CCF13D; }
a { background-color: rgb(204,241,61); }
div.DivClassName
{
background-color: #CCF13D;
}
.BgClassName
{
background-color: #CCF13D;
}
</style>
border-color css
<style>
span { border-color: #CCF13D; }
span { border-color: rgb(204,241,61); }
td.TdClassName
{
border-color: #CCF13D;
}
.TagClassName
{
border-color: #CCF13D;
}
</style>