#CCEB49

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

Shades of Las Palmas #CCEB49

Tints of Las Palmas #CCEB49

Color information

#CCEB49 (or 0xCCEB49) is unknown color: approx Las Palmas. HEX triplet: CC, EB and 49. RGB value is (204,235,73). Sum of RGB (Red+Green+Blue) = 204+235+73=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB49 is #3314B6. Grayscale: #CFCFCF. Windows color (decimal): -3347639 or 4844492. OLE color: 4844492.

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

Color convert

RGB20423573-
CMYK0.1300.690.08
HSL71.48º80.2%60.39%-
HSV(B)71.48º68.94%92.16%-
XYZ55.8172.7417.4-
YUV207.2652.23125.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 235 (92.19% from 255) = 45.90%
BLUE value IS 73 (28.91% from 255) = 14.26%
R=39.84%
G=45.90%
B=14.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204235730.1300.690.0871.4880.260.39
HexCCEB49D045847503c
Octal3143531111501051010712074
Binary11001100111010111001001110101000101100010001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB49; }

 p { color: rgb(204,235,73); }

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

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

 a { background-color: rgb(204,235,73); }

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

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

 span { border-color: rgb(204,235,73); }

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