#CCE241

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

Shades of Las Palmas #CCE241

Tints of Las Palmas #CCE241

Color information

#CCE241 (or 0xCCE241) is unknown color: approx Las Palmas. HEX triplet: CC, E2 and 41. RGB value is (204,226,65). Sum of RGB (Red+Green+Blue) = 204+226+65=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE241 is #331DBE. Grayscale: #C9C9C9. Windows color (decimal): -3349951 or 4317900. OLE color: 4317900.

HSL color Cylindrical-coordinate representation of color #CCE241: hue angle of 68.2º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCE241 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB20422665-
CMYK0.1000.710.11
HSL68.2º73.52%57.06%-
HSV(B)68.2º71.24%88.63%-
XYZ53.0567.6115.26-
YUV201.0751.21130.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 226 (88.67% from 255) = 45.66%
BLUE value IS 65 (25.78% from 255) = 13.13%
R=41.21%
G=45.66%
B=13.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204226650.1000.710.1168.273.5257.06
HexCCE241A047B444a39
Octal3143421011201071310411271
Binary11001100111000101000001101001000111101110001001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE241; }

 p { color: rgb(204,226,65); }

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

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

 a { background-color: rgb(204,226,65); }

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

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

 span { border-color: rgb(204,226,65); }

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