#C8FA56

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

Shades of Conifer #C8FA56

Tints of Conifer #C8FA56

Color information

#C8FA56 (or 0xC8FA56) is unknown color: approx Conifer. HEX triplet: C8, FA and 56. RGB value is (200,250,86). Sum of RGB (Red+Green+Blue) = 200+250+86=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA56 is #3705A9. Grayscale: #D8D8D8. Windows color (decimal): -3605930 or 5700296. OLE color: 5700296.

HSL color Cylindrical-coordinate representation of color #C8FA56: hue angle of 78.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8FA56 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB20025086-
CMYK0.200.660.02
HSL78.29º94.25%65.88%-
HSV(B)78.29º65.6%98.04%-
XYZ59.6881.3221.36-
YUV216.3554.44116.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 86 (33.98% from 255) = 16.04%
R=37.31%
G=46.64%
B=16.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200250860.200.660.0278.2994.2565.88
HexC8FA561404224e5e42
Octal3103721262401022116136102
Binary11001000111110101010110101000100001010100111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FA56; }

 p { color: rgb(200,250,86); }

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

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

 a { background-color: rgb(200,250,86); }

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

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

 span { border-color: rgb(200,250,86); }

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