#C6D33F

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

Shades of Las Palmas #C6D33F

Tints of Las Palmas #C6D33F

Color information

#C6D33F (or 0xC6D33F) is unknown color: approx Las Palmas. HEX triplet: C6, D3 and 3F. RGB value is (198,211,63). Sum of RGB (Red+Green+Blue) = 198+211+63=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D33F is #392CC0. Grayscale: #BEBEBE. Windows color (decimal): -3747009 or 4182982. OLE color: 4182982.

HSL color Cylindrical-coordinate representation of color #C6D33F: hue angle of 65.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6D33F is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB19821163-
CMYK0.0600.700.17
HSL65.27º62.71%53.73%-
HSV(B)65.27º70.14%82.75%-
XYZ47.4858.9513.58-
YUV190.2456.19133.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 211 (82.81% from 255) = 44.70%
BLUE value IS 63 (25% from 255) = 13.35%
R=41.95%
G=44.70%
B=13.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198211630.0600.700.1765.2762.7153.73
HexC6D33F604611413f36
Octal3063237760106211017766
Binary110001101101001111111111001000110100011000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D33F; }

 p { color: rgb(198,211,63); }

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

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

 a { background-color: rgb(198,211,63); }

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

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

 span { border-color: rgb(198,211,63); }

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