#C6F14D

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

Shades of Conifer #C6F14D

Tints of Conifer #C6F14D

Color information

#C6F14D (or 0xC6F14D) is unknown color: approx Conifer. HEX triplet: C6, F1 and 4D. RGB value is (198,241,77). Sum of RGB (Red+Green+Blue) = 198+241+77=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F14D is #390EB2. Grayscale: #D2D2D2. Windows color (decimal): -3739315 or 5108166. OLE color: 5108166.

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

Color convert

RGB19824177-
CMYK0.1800.680.05
HSL75.73º85.42%62.35%-
HSV(B)75.73º68.05%94.51%-
XYZ56.0875.4518.63-
YUV209.4553.25119.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 241 (94.53% from 255) = 46.71%
BLUE value IS 77 (30.47% from 255) = 14.92%
R=38.37%
G=46.71%
B=14.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198241770.1800.680.0575.7385.4262.35
HexC6F14D1204454c553e
Octal306361115220104511412576
Binary11000110111100011001101100100100010010110011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F14D; }

 p { color: rgb(198,241,77); }

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

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

 a { background-color: rgb(198,241,77); }

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

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

 span { border-color: rgb(198,241,77); }

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