#C8E13C

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

Shades of Las Palmas #C8E13C

Tints of Las Palmas #C8E13C

Color information

#C8E13C (or 0xC8E13C) is unknown color: approx Las Palmas. HEX triplet: C8, E1 and 3C. RGB value is (200,225,60). Sum of RGB (Red+Green+Blue) = 200+225+60=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E13C is #371EC3. Grayscale: #C7C7C7. Windows color (decimal): -3612356 or 3989960. OLE color: 3989960.

HSL color Cylindrical-coordinate representation of color #C8E13C: hue angle of 69.09º 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 #C8E13C is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB20022560-
CMYK0.1100.730.12
HSL69.09º73.33%55.88%-
HSV(B)69.09º73.33%88.24%-
XYZ51.5666.4614.38-
YUV198.7249.72128.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 60 (23.83% from 255) = 12.37%
R=41.24%
G=46.39%
B=12.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal200225600.1100.730.1269.0973.3355.88
HexC8E13CB049C454938
Octal310341741301111410511170
Binary1100100011100001111100101101001001110010001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E13C; }

 p { color: rgb(200,225,60); }

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

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

 a { background-color: rgb(200,225,60); }

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

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

 span { border-color: rgb(200,225,60); }

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