#C2E73D

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

Shades of Las Palmas #C2E73D

Tints of Las Palmas #C2E73D

Color information

#C2E73D (or 0xC2E73D) is unknown color: approx Las Palmas. HEX triplet: C2, E7 and 3D. RGB value is (194,231,61). Sum of RGB (Red+Green+Blue) = 194+231+61=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E73D is #3D18C2. Grayscale: #C9C9C9. Windows color (decimal): -4004035 or 4057026. OLE color: 4057026.

HSL color Cylindrical-coordinate representation of color #C2E73D: hue angle of 73.06º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2E73D is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB19423161-
CMYK0.1600.740.09
HSL73.06º77.98%57.25%-
HSV(B)73.06º73.59%90.59%-
XYZ51.6768.9615-
YUV200.5649.24123.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 231 (90.62% from 255) = 47.53%
BLUE value IS 61 (24.22% from 255) = 12.55%
R=39.92%
G=47.53%
B=12.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194231610.1600.740.0973.0677.9857.25
HexC2E73D1004A9494e39
Octal302347752001121111111671
Binary11000010111001111111011000001001010100110010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E73D; }

 p { color: rgb(194,231,61); }

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

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

 a { background-color: rgb(194,231,61); }

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

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

 span { border-color: rgb(194,231,61); }

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