#C2EA3B

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

Shades of Las Palmas #C2EA3B

Tints of Las Palmas #C2EA3B

Color information

#C2EA3B (or 0xC2EA3B) is unknown color: approx Las Palmas. HEX triplet: C2, EA and 3B. RGB value is (194,234,59). Sum of RGB (Red+Green+Blue) = 194+234+59=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA3B is #3D15C4. Grayscale: #CACACA. Windows color (decimal): -4003269 or 3926722. OLE color: 3926722.

HSL color Cylindrical-coordinate representation of color #C2EA3B: hue angle of 73.71º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2EA3B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB19423459-
CMYK0.1700.750.08
HSL73.71º80.65%57.45%-
HSV(B)73.71º74.79%91.76%-
XYZ52.4670.6315.01-
YUV202.0947.25122.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 234 (91.80% from 255) = 48.05%
BLUE value IS 59 (23.44% from 255) = 12.11%
R=39.84%
G=48.05%
B=12.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194234590.1700.750.0873.7180.6557.45
HexC2EA3B1104B84a5139
Octal302352732101131011212171
Binary11000010111010101110111000101001011100010010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EA3B; }

 p { color: rgb(194,234,59); }

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

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

 a { background-color: rgb(194,234,59); }

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

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

 span { border-color: rgb(194,234,59); }

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