#C1EB3E

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

Shades of Las Palmas #C1EB3E

Tints of Las Palmas #C1EB3E

Color information

#C1EB3E (or 0xC1EB3E) is unknown color: approx Las Palmas. HEX triplet: C1, EB and 3E. RGB value is (193,235,62). Sum of RGB (Red+Green+Blue) = 193+235+62=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB3E is #3E14C1. Grayscale: #CBCBCB. Windows color (decimal): -4068546 or 4123585. OLE color: 4123585.

HSL color Cylindrical-coordinate representation of color #C1EB3E: hue angle of 74.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1EB3E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB19323562-
CMYK0.1800.740.08
HSL74.57º81.22%58.24%-
HSV(B)74.57º73.62%92.16%-
XYZ52.5771.115.51-
YUV202.7248.59121.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 235 (92.19% from 255) = 47.96%
BLUE value IS 62 (24.61% from 255) = 12.65%
R=39.39%
G=47.96%
B=12.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193235620.1800.740.0874.5781.2258.24
HexC1EB3E1204A84b513a
Octal301353762201121011312172
Binary11000001111010111111101001001001010100010010111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EB3E; }

 p { color: rgb(193,235,62); }

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

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

 a { background-color: rgb(193,235,62); }

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

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

 span { border-color: rgb(193,235,62); }

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