#C3ED41

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

Shades of Las Palmas #C3ED41

Tints of Las Palmas #C3ED41

Color information

#C3ED41 (or 0xC3ED41) is unknown color: approx Las Palmas. HEX triplet: C3, ED and 41. RGB value is (195,237,65). Sum of RGB (Red+Green+Blue) = 195+237+65=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3ED41 is #3C12BE. Grayscale: #CDCDCD. Windows color (decimal): -3936959 or 4320707. OLE color: 4320707.

HSL color Cylindrical-coordinate representation of color #C3ED41: hue angle of 74.65º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3ED41 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB19523765-
CMYK0.1800.730.07
HSL74.65º82.69%59.22%-
HSV(B)74.65º72.57%92.94%-
XYZ53.7472.5516.17-
YUV204.8349.09120.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 237 (92.97% from 255) = 47.69%
BLUE value IS 65 (25.78% from 255) = 13.08%
R=39.24%
G=47.69%
B=13.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195237650.1800.730.0774.6582.6959.22
HexC3ED411204974b533b
Octal303355101220111711312373
Binary11000011111011011000001100100100100111110010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ED41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ED41; }

 p { color: rgb(195,237,65); }

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

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

 a { background-color: rgb(195,237,65); }

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

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

 span { border-color: rgb(195,237,65); }

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