#C3F956

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

Shades of Conifer #C3F956

Tints of Conifer #C3F956

Color information

#C3F956 (or 0xC3F956) is unknown color: approx Conifer. HEX triplet: C3, F9 and 56. RGB value is (195,249,86). Sum of RGB (Red+Green+Blue) = 195+249+86=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F956 is #3C06A9. Grayscale: #D6D6D6. Windows color (decimal): -3933866 or 5700035. OLE color: 5700035.

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

Color convert

RGB19524986-
CMYK0.2200.650.02
HSL79.88º93.14%65.69%-
HSV(B)79.88º65.46%97.65%-
XYZ58.0680.0321.19-
YUV214.2755.61114.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 86 (33.98% from 255) = 16.23%
R=36.79%
G=46.98%
B=16.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195249860.2200.650.0279.8893.1465.69
HexC3F956160412505d42
Octal3033711262601012120135102
Binary11000011111110011010110101100100000110101000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F956; }

 p { color: rgb(195,249,86); }

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

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

 a { background-color: rgb(195,249,86); }

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

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

 span { border-color: rgb(195,249,86); }

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