#C6DA4B

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

Shades of Las Palmas #C6DA4B

Tints of Las Palmas #C6DA4B

Color information

#C6DA4B (or 0xC6DA4B) is unknown color: approx Las Palmas. HEX triplet: C6, DA and 4B. RGB value is (198,218,75). Sum of RGB (Red+Green+Blue) = 198+218+75=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA4B is #3925B4. Grayscale: #C4C4C4. Windows color (decimal): -3745205 or 4971206. OLE color: 4971206.

HSL color Cylindrical-coordinate representation of color #C6DA4B: hue angle of 68.39º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6DA4B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB19821875-
CMYK0.0900.660.15
HSL68.39º65.9%57.45%-
HSV(B)68.39º65.6%85.49%-
XYZ49.6362.6616.13-
YUV195.7259.87129.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 75 (29.69% from 255) = 15.27%
R=40.33%
G=44.40%
B=15.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198218750.0900.660.1568.3965.957.45
HexC6DA4B9042F444239
Octal3063321131101021710410271
Binary11000110110110101001011100101000010111110001001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DA4B; }

 p { color: rgb(198,218,75); }

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

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

 a { background-color: rgb(198,218,75); }

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

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

 span { border-color: rgb(198,218,75); }

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