#C6CF41

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

Shades of Las Palmas #C6CF41

Tints of Las Palmas #C6CF41

Color information

#C6CF41 (or 0xC6CF41) is unknown color: approx Las Palmas. HEX triplet: C6, CF and 41. RGB value is (198,207,65). Sum of RGB (Red+Green+Blue) = 198+207+65=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF41 is #3930BE. Grayscale: #BCBCBC. Windows color (decimal): -3748031 or 4313030. OLE color: 4313030.

HSL color Cylindrical-coordinate representation of color #C6CF41: hue angle of 63.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6CF41 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB19820765-
CMYK0.0400.690.19
HSL63.8º59.66%53.33%-
HSV(B)63.8º68.6%81.18%-
XYZ46.5657.0113.55-
YUV188.1258.52135.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 65 (25.78% from 255) = 13.83%
R=42.13%
G=44.04%
B=13.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198207650.0400.690.1963.859.6653.33
HexC6CF41404513403c35
Octal30631710140105231007465
Binary1100011011001111100000110001000101100111000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CF41; }

 p { color: rgb(198,207,65); }

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

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

 a { background-color: rgb(198,207,65); }

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

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

 span { border-color: rgb(198,207,65); }

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