#C8E245

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

Shades of Las Palmas #C8E245

Tints of Las Palmas #C8E245

Color information

#C8E245 (or 0xC8E245) is unknown color: approx Las Palmas. HEX triplet: C8, E2 and 45. RGB value is (200,226,69). Sum of RGB (Red+Green+Blue) = 200+226+69=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E245 is #371DBA. Grayscale: #C8C8C8. Windows color (decimal): -3612091 or 4580040. OLE color: 4580040.

HSL color Cylindrical-coordinate representation of color #C8E245: hue angle of 69.94º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8E245 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB20022669-
CMYK0.1200.690.11
HSL69.94º73.02%57.84%-
HSV(B)69.94º69.47%88.63%-
XYZ52.0967.115.84-
YUV200.3353.89127.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 226 (88.67% from 255) = 45.66%
BLUE value IS 69 (27.34% from 255) = 13.94%
R=40.40%
G=45.66%
B=13.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal200226690.1200.690.1169.9473.0257.84
HexC8E245C045B46493a
Octal3103421051401051310611172
Binary11001000111000101000101110001000101101110001101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E245; }

 p { color: rgb(200,226,69); }

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

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

 a { background-color: rgb(200,226,69); }

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

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

 span { border-color: rgb(200,226,69); }

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