#CCE949

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

Shades of Las Palmas #CCE949

Tints of Las Palmas #CCE949

Color information

#CCE949 (or 0xCCE949) is unknown color: approx Las Palmas. HEX triplet: CC, E9 and 49. RGB value is (204,233,73). Sum of RGB (Red+Green+Blue) = 204+233+73=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE949 is #3316B6. Grayscale: #CECECE. Windows color (decimal): -3348151 or 4843980. OLE color: 4843980.

HSL color Cylindrical-coordinate representation of color #CCE949: hue angle of 70.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCE949 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB20423373-
CMYK0.1200.690.09
HSL70.88º78.43%60%-
HSV(B)70.88º68.67%91.37%-
XYZ55.2471.617.21-
YUV206.0952.89126.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 73 (28.91% from 255) = 14.31%
R=40%
G=45.69%
B=14.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204233730.1200.690.0970.8878.4360
HexCCE949C0459474e3c
Octal3143511111401051110711674
Binary11001100111010011001001110001000101100110001111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE949; }

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

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

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

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

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

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

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

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