#C6D435

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

Shades of Las Palmas #C6D435

Tints of Las Palmas #C6D435

Color information

#C6D435 (or 0xC6D435) is unknown color: approx Las Palmas. HEX triplet: C6, D4 and 35. RGB value is (198,212,53). Sum of RGB (Red+Green+Blue) = 198+212+53=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D435 is #392BCA. Grayscale: #BEBEBE. Windows color (decimal): -3746763 or 3527878. OLE color: 3527878.

HSL color Cylindrical-coordinate representation of color #C6D435: hue angle of 65.28º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6D435 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB19821253-
CMYK0.0700.750.17
HSL65.28º64.9%51.96%-
HSV(B)65.28º75%83.14%-
XYZ47.4759.3512.32-
YUV189.6950.86133.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 53 (21.09% from 255) = 11.45%
R=42.76%
G=45.79%
B=11.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198212530.0700.750.1765.2864.951.96
HexC6D435704B11414134
Octal30632465701132110110164
Binary1100011011010100110101111010010111000110000011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D435; }

 p { color: rgb(198,212,53); }

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

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

 a { background-color: rgb(198,212,53); }

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

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

 span { border-color: rgb(198,212,53); }

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