#C6F35D

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

Shades of Mindaro #C6F35D

Tints of Mindaro #C6F35D

Color information

#C6F35D (or 0xC6F35D) is unknown color: approx Mindaro. HEX triplet: C6, F3 and 5D. RGB value is (198,243,93). Sum of RGB (Red+Green+Blue) = 198+243+93=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F35D is #390CA2. Grayscale: #D5D5D5. Windows color (decimal): -3738787 or 6157254. OLE color: 6157254.

HSL color Cylindrical-coordinate representation of color #C6F35D: hue angle of 78º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6F35D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB19824393-
CMYK0.1900.620.05
HSL78º86.21%65.88%-
HSV(B)78º61.73%95.29%-
XYZ57.3276.922.18-
YUV212.4460.59117.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 243 (95.31% from 255) = 45.51%
BLUE value IS 93 (36.72% from 255) = 17.42%
R=37.08%
G=45.51%
B=17.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198243930.1900.620.057886.2165.88
HexC6F35D1303E54e5642
Octal306363135230765116126102
Binary11000110111100111011101100110111110101100111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F35D; }

 p { color: rgb(198,243,93); }

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

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

 a { background-color: rgb(198,243,93); }

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

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

 span { border-color: rgb(198,243,93); }

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