#CFE144

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

Shades of Las Palmas #CFE144

Tints of Las Palmas #CFE144

Color information

#CFE144 (or 0xCFE144) is unknown color: approx Las Palmas. HEX triplet: CF, E1 and 44. RGB value is (207,225,68). Sum of RGB (Red+Green+Blue) = 207+225+68=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE144 is #301EBB. Grayscale: #CACACA. Windows color (decimal): -3153596 or 4514255. OLE color: 4514255.

HSL color Cylindrical-coordinate representation of color #CFE144: hue angle of 66.88º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE144 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB20722568-
CMYK0.0800.700.12
HSL66.88º72.35%57.45%-
HSV(B)66.88º69.78%88.24%-
XYZ53.767.5315.67-
YUV201.7252.54131.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 225 (88.28% from 255) = 45%
BLUE value IS 68 (26.95% from 255) = 13.6%
R=41.4%
G=45%
B=13.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207225680.0800.700.1266.8872.3557.45
HexCFE1448046C434839
Octal3173411041001061410311071
Binary11001111111000011000100100001000110110010000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE144; }

 p { color: rgb(207,225,68); }

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

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

 a { background-color: rgb(207,225,68); }

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

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

 span { border-color: rgb(207,225,68); }

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