#C2E330

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

Shades of Las Palmas #C2E330

Tints of Las Palmas #C2E330

Color information

#C2E330 (or 0xC2E330) is unknown color: approx Las Palmas. HEX triplet: C2, E3 and 30. RGB value is (194,227,48). Sum of RGB (Red+Green+Blue) = 194+227+48=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E330 is #3D1CCF. Grayscale: #C5C5C5. Windows color (decimal): -4005072 or 3204034. OLE color: 3204034.

HSL color Cylindrical-coordinate representation of color #C2E330: hue angle of 71.06º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2E330 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB19422748-
CMYK0.1500.790.11
HSL71.06º76.17%53.92%-
HSV(B)71.06º78.85%89.02%-
XYZ50.2566.6213.01-
YUV196.7344.07126.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 227 (89.06% from 255) = 48.40%
BLUE value IS 48 (19.14% from 255) = 10.23%
R=41.36%
G=48.40%
B=10.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194227480.1500.790.1171.0676.1753.92
HexC2E330F04FB474c36
Octal302343601701171310711466
Binary1100001011100011110000111101001111101110001111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E330; }

 p { color: rgb(194,227,48); }

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

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

 a { background-color: rgb(194,227,48); }

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

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

 span { border-color: rgb(194,227,48); }

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