#C3F13A

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

Shades of Las Palmas #C3F13A

Tints of Las Palmas #C3F13A

Color information

#C3F13A (or 0xC3F13A) is unknown color: approx Las Palmas. HEX triplet: C3, F1 and 3A. RGB value is (195,241,58). Sum of RGB (Red+Green+Blue) = 195+241+58=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F13A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F13A is #3C0EC5. Grayscale: #CFCFCF. Windows color (decimal): -3935942 or 3862979. OLE color: 3862979.

HSL color Cylindrical-coordinate representation of color #C3F13A: hue angle of 75.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3F13A is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB19524158-
CMYK0.1900.760.05
HSL75.08º86.73%58.63%-
HSV(B)75.08º75.93%94.51%-
XYZ54.7274.8215.56-
YUV206.3844.26119.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 58 (23.05% from 255) = 11.74%
R=39.47%
G=48.79%
B=11.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195241580.1900.760.0575.0886.7358.63
HexC3F13A1304C54b573b
Octal30336172230114511312773
Binary1100001111110001111010100110100110010110010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F13A; }

 p { color: rgb(195,241,58); }

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

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

 a { background-color: rgb(195,241,58); }

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

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

 span { border-color: rgb(195,241,58); }

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