#C8E745

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

Shades of Las Palmas #C8E745

Tints of Las Palmas #C8E745

Color information

#C8E745 (or 0xC8E745) is unknown color: approx Las Palmas. HEX triplet: C8, E7 and 45. RGB value is (200,231,69). Sum of RGB (Red+Green+Blue) = 200+231+69=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E745 is #3718BA. Grayscale: #CBCBCB. Windows color (decimal): -3610811 or 4581320. OLE color: 4581320.

HSL color Cylindrical-coordinate representation of color #C8E745: hue angle of 71.48º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8E745 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB20023169-
CMYK0.1300.700.09
HSL71.48º77.14%58.82%-
HSV(B)71.48º70.13%90.59%-
XYZ53.4769.8616.3-
YUV203.2652.23125.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 69 (27.34% from 255) = 13.8%
R=40%
G=46.2%
B=13.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal200231690.1300.700.0971.4877.1458.82
HexC8E745D0469474d3b
Octal3103471051501061110711573
Binary11001000111001111000101110101000110100110001111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E745; }

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

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

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

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

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

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

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

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