#CCE13D

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

Shades of Las Palmas #CCE13D

Tints of Las Palmas #CCE13D

Color information

#CCE13D (or 0xCCE13D) is unknown color: approx Las Palmas. HEX triplet: CC, E1 and 3D. RGB value is (204,225,61). Sum of RGB (Red+Green+Blue) = 204+225+61=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE13D is #331EC2. Grayscale: #C8C8C8. Windows color (decimal): -3350211 or 4055500. OLE color: 4055500.

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

Color convert

RGB20422561-
CMYK0.0900.730.12
HSL67.68º73.21%56.08%-
HSV(B)67.68º72.89%88.24%-
XYZ52.6767.0214.58-
YUV200.0249.54130.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 225 (88.28% from 255) = 45.92%
BLUE value IS 61 (24.22% from 255) = 12.45%
R=41.63%
G=45.92%
B=12.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204225610.0900.730.1267.6873.2156.08
HexCCE13D9049C444938
Octal314341751101111410411170
Binary1100110011100001111101100101001001110010001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE13D; }

 p { color: rgb(204,225,61); }

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

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

 a { background-color: rgb(204,225,61); }

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

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

 span { border-color: rgb(204,225,61); }

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