#C5F03E

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

Shades of Las Palmas #C5F03E

Tints of Las Palmas #C5F03E

Color information

#C5F03E (or 0xC5F03E) is unknown color: approx Las Palmas. HEX triplet: C5, F0 and 3E. RGB value is (197,240,62). Sum of RGB (Red+Green+Blue) = 197+240+62=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F03E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F03E is #3A0FC1. Grayscale: #CFCFCF. Windows color (decimal): -3805122 or 4124869. OLE color: 4124869.

HSL color Cylindrical-coordinate representation of color #C5F03E: hue angle of 74.49º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5F03E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB19724062-
CMYK0.1800.740.06
HSL74.49º85.58%59.22%-
HSV(B)74.49º74.17%94.12%-
XYZ55.0674.5416.04-
YUV206.8546.25120.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 62 (24.61% from 255) = 12.42%
R=39.48%
G=48.10%
B=12.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197240620.1800.740.0674.4985.5859.22
HexC5F03E1204A64a563b
Octal30536076220112611212673
Binary1100010111110000111110100100100101011010010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F03E; }

 p { color: rgb(197,240,62); }

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

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

 a { background-color: rgb(197,240,62); }

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

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

 span { border-color: rgb(197,240,62); }

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