Shades of Las Palmas #CFE34C
Tints of Las Palmas #CFE34C
RGB
CMYK
RGB Variations
Color information
#CFE34C (or 0xCFE34C) is known color: Las Palmas. HEX triplet: CF, E3 and 4C. RGB value is (207,227,76). Sum of RGB (Red+Green+Blue) = 207+227+76=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE34C is #301CB3. Grayscale: #CCCCCC. Windows color (decimal): -3153076 or 5039055. OLE color: 5039055.
HSL color Cylindrical-coordinate representation of color #CFE34C: hue angle of 67.95º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFE34C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 76 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.11 |
| HSL | 67.95º | 0.73% | 0.59% | - |
| HSV(B) | 67.95º | 0.67% | 0.89% | - |
| XYZ | 54.51 | 68.73 | 17.23 | - |
| YUV | 203.81 | 55.87 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 76 | 0.09 | 0 | 0.67 | 0.11 | 67.95 | 0.73 | 0.59 |
| Hex | CF | E3 | 4C | 9 | 0 | 43 | B | 44 | 49 | 3B |
| Octal | 317 | 343 | 114 | 11 | 0 | 103 | 13 | 104 | 111 | 73 |
| Binary | 11001111 | 11100011 | 1001100 | 1001 | 0 | 1000011 | 1011 | 1000100 | 1001001 | 111011 |
Color Harmonies of #CFE34C
Complementary color
Monochromatic Colors of #CFE34C
Black with #CFE34C
Text Example
Text Example
White with #CFE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE34C; }
p { color: rgb(207,227,76); }
H1.HeaderClassName
{
color: #CFE34C;
}
.AnyTagClassName
{
color: #CFE34C;
}
</style>
background-color css
<style>
a { background-color: #CFE34C; }
a { background-color: rgb(207,227,76); }
div.DivClassName
{
background-color: #CFE34C;
}
.BgClassName
{
background-color: #CFE34C;
}
</style>
border-color css
<style>
span { border-color: #CFE34C; }
span { border-color: rgb(207,227,76); }
td.TdClassName
{
border-color: #CFE34C;
}
.TagClassName
{
border-color: #CFE34C;
}
</style>