#CCEA4A

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

Shades of Las Palmas #CCEA4A

Tints of Las Palmas #CCEA4A

Color information

#CCEA4A (or 0xCCEA4A) is unknown color: approx Las Palmas. HEX triplet: CC, EA and 4A. RGB value is (204,234,74). Sum of RGB (Red+Green+Blue) = 204+234+74=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA4A is #3315B5. Grayscale: #CFCFCF. Windows color (decimal): -3347894 or 4909772. OLE color: 4909772.

HSL color Cylindrical-coordinate representation of color #CCEA4A: hue angle of 71.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCEA4A is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB20423474-
CMYK0.1300.680.08
HSL71.25º79.21%60.39%-
HSV(B)71.25º68.38%91.76%-
XYZ55.5672.1817.48-
YUV206.7953.06126.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 74 (29.30% from 255) = 14.45%
R=39.84%
G=45.70%
B=14.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204234740.1300.680.0871.2579.2160.39
HexCCEA4AD0448474f3c
Octal3143521121501041010711774
Binary11001100111010101001010110101000100100010001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA4A; }

 p { color: rgb(204,234,74); }

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

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

 a { background-color: rgb(204,234,74); }

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

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

 span { border-color: rgb(204,234,74); }

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