#CFE142

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

Shades of Las Palmas #CFE142

Tints of Las Palmas #CFE142

Color information

#CFE142 (or 0xCFE142) is unknown color: approx Las Palmas. HEX triplet: CF, E1 and 42. RGB value is (207,225,66). Sum of RGB (Red+Green+Blue) = 207+225+66=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE142 is #301EBD. Grayscale: #CACACA. Windows color (decimal): -3153598 or 4383183. OLE color: 4383183.

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

Color convert

RGB20722566-
CMYK0.0800.710.12
HSL66.79º72.6%57.06%-
HSV(B)66.79º70.67%88.24%-
XYZ53.6467.5115.36-
YUV201.4951.54131.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 66 (26.17% from 255) = 13.25%
R=41.57%
G=45.18%
B=13.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207225660.0800.710.1266.7972.657.06
HexCFE1428047C434939
Octal3173411021001071410311171
Binary11001111111000011000010100001000111110010000111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE142; }

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

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

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

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

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

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

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

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