#C3E12F

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

Shades of Las Palmas #C3E12F

Tints of Las Palmas #C3E12F

Color information

#C3E12F (or 0xC3E12F) is unknown color: approx Las Palmas. HEX triplet: C3, E1 and 2F. RGB value is (195,225,47). Sum of RGB (Red+Green+Blue) = 195+225+47=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E12F is #3C1ED0. Grayscale: #C4C4C4. Windows color (decimal): -3940049 or 3137987. OLE color: 3137987.

HSL color Cylindrical-coordinate representation of color #C3E12F: hue angle of 70.11º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3E12F is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB19522547-
CMYK0.1300.790.12
HSL70.11º74.79%53.33%-
HSV(B)70.11º79.11%88.24%-
XYZ49.9465.6612.73-
YUV195.7444.06127.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 225 (88.28% from 255) = 48.18%
BLUE value IS 47 (18.75% from 255) = 10.06%
R=41.76%
G=48.18%
B=10.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195225470.1300.790.1270.1174.7953.33
HexC3E12FD04FC464b35
Octal303341571501171410611365
Binary1100001111100001101111110101001111110010001101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E12F; }

 p { color: rgb(195,225,47); }

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

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

 a { background-color: rgb(195,225,47); }

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

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

 span { border-color: rgb(195,225,47); }

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