#C1E534

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

Shades of Las Palmas #C1E534

Tints of Las Palmas #C1E534

Color information

#C1E534 (or 0xC1E534) is unknown color: approx Las Palmas. HEX triplet: C1, E5 and 34. RGB value is (193,229,52). Sum of RGB (Red+Green+Blue) = 193+229+52=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E534 is #3E1ACB. Grayscale: #C6C6C6. Windows color (decimal): -4070092 or 3466689. OLE color: 3466689.

HSL color Cylindrical-coordinate representation of color #C1E534: hue angle of 72.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1E534 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB19322952-
CMYK0.1600.770.10
HSL72.2º77.29%55.1%-
HSV(B)72.2º77.29%89.8%-
XYZ50.6367.6213.63-
YUV198.0645.57124.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 229 (89.84% from 255) = 48.31%
BLUE value IS 52 (20.70% from 255) = 10.97%
R=40.72%
G=48.31%
B=10.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal193229520.1600.770.1072.277.2955.1
HexC1E5341004DA484d37
Octal301345642001151211011567
Binary11000001111001011101001000001001101101010010001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E534; }

 p { color: rgb(193,229,52); }

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

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

 a { background-color: rgb(193,229,52); }

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

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

 span { border-color: rgb(193,229,52); }

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