#C6E034

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

Shades of Las Palmas #C6E034

Tints of Las Palmas #C6E034

Color information

#C6E034 (or 0xC6E034) is unknown color: approx Las Palmas. HEX triplet: C6, E0 and 34. RGB value is (198,224,52). Sum of RGB (Red+Green+Blue) = 198+224+52=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E034 is #391FCB. Grayscale: #C5C5C5. Windows color (decimal): -3743692 or 3465414. OLE color: 3465414.

HSL color Cylindrical-coordinate representation of color #C6E034: hue angle of 69.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6E034 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB19822452-
CMYK0.1200.770.12
HSL69.07º73.5%54.12%-
HSV(B)69.07º76.79%87.84%-
XYZ50.5665.5713.24-
YUV196.6246.39128.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 224 (87.89% from 255) = 47.26%
BLUE value IS 52 (20.70% from 255) = 10.97%
R=41.77%
G=47.26%
B=10.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal198224520.1200.770.1269.0773.554.12
HexC6E034C04DC454a36
Octal306340641401151410511266
Binary1100011011100000110100110001001101110010001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E034; }

 p { color: rgb(198,224,52); }

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

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

 a { background-color: rgb(198,224,52); }

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

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

 span { border-color: rgb(198,224,52); }

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