#C6F256

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

Shades of Conifer #C6F256

Tints of Conifer #C6F256

Color information

#C6F256 (or 0xC6F256) is unknown color: approx Conifer. HEX triplet: C6, F2 and 56. RGB value is (198,242,86). Sum of RGB (Red+Green+Blue) = 198+242+86=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F256 is #390DA9. Grayscale: #D3D3D3. Windows color (decimal): -3739050 or 5698246. OLE color: 5698246.

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

Color convert

RGB19824286-
CMYK0.1800.640.05
HSL76.92º85.71%64.31%-
HSV(B)76.92º64.46%94.9%-
XYZ56.7276.1820.52-
YUV211.0657.42118.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 242 (94.92% from 255) = 46.01%
BLUE value IS 86 (33.98% from 255) = 16.35%
R=37.64%
G=46.01%
B=16.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198242860.1800.640.0576.9285.7164.31
HexC6F2561204054d5640
Octal3063621262201005115126100
Binary110001101111001010101101001001000000101100110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F256; }

 p { color: rgb(198,242,86); }

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

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

 a { background-color: rgb(198,242,86); }

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

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

 span { border-color: rgb(198,242,86); }

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