#C2EB3F

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

Shades of Las Palmas #C2EB3F

Tints of Las Palmas #C2EB3F

Color information

#C2EB3F (or 0xC2EB3F) is unknown color: approx Las Palmas. HEX triplet: C2, EB and 3F. RGB value is (194,235,63). Sum of RGB (Red+Green+Blue) = 194+235+63=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB3F is #3D14C0. Grayscale: #CBCBCB. Windows color (decimal): -4003009 or 4189122. OLE color: 4189122.

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

Color convert

RGB19423563-
CMYK0.1700.730.08
HSL74.3º81.13%58.43%-
HSV(B)74.3º73.19%92.16%-
XYZ52.8571.2415.67-
YUV203.1348.92121.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 63 (25% from 255) = 12.80%
R=39.43%
G=47.76%
B=12.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194235630.1700.730.0874.381.1358.43
HexC2EB3F1104984a513a
Octal302353772101111011212172
Binary11000010111010111111111000101001001100010010101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EB3F; }

 p { color: rgb(194,235,63); }

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

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

 a { background-color: rgb(194,235,63); }

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

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

 span { border-color: rgb(194,235,63); }

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