#C1F034

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

Shades of Las Palmas #C1F034

Tints of Las Palmas #C1F034

Color information

#C1F034 (or 0xC1F034) is unknown color: approx Las Palmas. HEX triplet: C1, F0 and 34. RGB value is (193,240,52). Sum of RGB (Red+Green+Blue) = 193+240+52=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F034 is #3E0FCB. Grayscale: #CDCDCD. Windows color (decimal): -4067276 or 3469505. OLE color: 3469505.

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

Color convert

RGB19324052-
CMYK0.2000.780.06
HSL75º86.24%57.25%-
HSV(B)75º78.33%94.12%-
XYZ53.7773.9114.68-
YUV204.5241.93119.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 240 (94.14% from 255) = 49.48%
BLUE value IS 52 (20.70% from 255) = 10.72%
R=39.79%
G=49.48%
B=10.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193240520.2000.780.067586.2457.25
HexC1F0341404E64b5639
Octal30136064240116611312671
Binary1100000111110000110100101000100111011010010111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F034; }

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

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

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

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

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

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

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

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