#C0F134

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

Shades of Las Palmas #C0F134

Tints of Las Palmas #C0F134

Color information

#C0F134 (or 0xC0F134) is unknown color: approx Las Palmas. HEX triplet: C0, F1 and 34. RGB value is (192,241,52). Sum of RGB (Red+Green+Blue) = 192+241+52=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F134 is #3F0ECB. Grayscale: #CDCDCD. Windows color (decimal): -4132556 or 3469760. OLE color: 3469760.

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

Color convert

RGB19224152-
CMYK0.2000.780.05
HSL75.56º87.1%57.45%-
HSV(B)75.56º78.42%94.51%-
XYZ53.8174.3614.77-
YUV204.841.77118.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 52 (20.70% from 255) = 10.72%
R=39.59%
G=49.69%
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.05
SystemRedGreenBlueCMYKHSL
Decimal192241520.2000.780.0575.5687.157.45
HexC0F1341404E54c5739
Octal30036164240116511412771
Binary1100000011110001110100101000100111010110011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F134; }

 p { color: rgb(192,241,52); }

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

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

 a { background-color: rgb(192,241,52); }

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

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

 span { border-color: rgb(192,241,52); }

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