Shades of Pear #CEF13D
Tints of Pear #CEF13D
RGB
CMYK
RGB Variations
Color information
#CEF13D (or 0xCEF13D) is known color: Pear. HEX triplet: CE, F1 and 3D. RGB value is (206,241,61). Sum of RGB (Red+Green+Blue) = 206+241+61=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF13D is #310EC2. Grayscale: #D2D2D2. Windows color (decimal): -3215043 or 4059598. OLE color: 4059598.
HSL color Cylindrical-coordinate representation of color #CEF13D: hue angle of 71.67º 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 #CEF13D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.05 |
| HSL | 71.67º | 0.87% | 0.59% | - |
| HSV(B) | 71.67º | 0.75% | 0.95% | - |
| XYZ | 57.75 | 76.37 | 16.11 | - |
| YUV | 210.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 61 | 0.15 | 0 | 0.75 | 0.05 | 71.67 | 0.87 | 0.59 |
| Hex | CE | F1 | 3D | F | 0 | 4B | 5 | 48 | 57 | 3B |
| Octal | 316 | 361 | 75 | 17 | 0 | 113 | 5 | 110 | 127 | 73 |
| Binary | 11001110 | 11110001 | 111101 | 1111 | 0 | 1001011 | 101 | 1001000 | 1010111 | 111011 |
Color Harmonies of #CEF13D
Complementary color
Monochromatic Colors of #CEF13D
Black with #CEF13D
Text Example
Text Example
White with #CEF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF13D; }
p { color: rgb(206,241,61); }
H1.HeaderClassName
{
color: #CEF13D;
}
.AnyTagClassName
{
color: #CEF13D;
}
</style>
background-color css
<style>
a { background-color: #CEF13D; }
a { background-color: rgb(206,241,61); }
div.DivClassName
{
background-color: #CEF13D;
}
.BgClassName
{
background-color: #CEF13D;
}
</style>
border-color css
<style>
span { border-color: #CEF13D; }
span { border-color: rgb(206,241,61); }
td.TdClassName
{
border-color: #CEF13D;
}
.TagClassName
{
border-color: #CEF13D;
}
</style>