#C1FF56

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

Shades of Conifer #C1FF56

Tints of Conifer #C1FF56

Color information

#C1FF56 (or 0xC1FF56) is unknown color: approx Conifer. HEX triplet: C1, FF and 56. RGB value is (193,255,86). Sum of RGB (Red+Green+Blue) = 193+255+86=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FF56 is #3E00A9. Grayscale: #D9D9D9. Windows color (decimal): -4063402 or 5701569. OLE color: 5701569.

HSL color Cylindrical-coordinate representation of color #C1FF56: hue angle of 82.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1FF56 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB19325586-
CMYK0.2400.660
HSL82.01º100%66.86%-
HSV(B)82.01º66.27%100%-
XYZ59.4383.5321.79-
YUV217.253.96110.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 86 (33.98% from 255) = 16.10%
R=36.14%
G=47.75%
B=16.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193255860.2400.66082.0110066.86
HexC1FF56180420526443
Octal3013771263001020122144103
Binary1100000111111111101011011000010000100101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FF56; }

 p { color: rgb(193,255,86); }

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

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

 a { background-color: rgb(193,255,86); }

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

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

 span { border-color: rgb(193,255,86); }

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