#C1F958

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

Shades of Conifer #C1F958

Tints of Conifer #C1F958

Color information

#C1F958 (or 0xC1F958) is unknown color: approx Conifer. HEX triplet: C1, F9 and 58. RGB value is (193,249,88). Sum of RGB (Red+Green+Blue) = 193+249+88=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F958 is #3E06A7. Grayscale: #D6D6D6. Windows color (decimal): -4064936 or 5831105. OLE color: 5831105.

HSL color Cylindrical-coordinate representation of color #C1F958: hue angle of 80.87º 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 #C1F958 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB19324988-
CMYK0.2200.650.02
HSL80.87º93.06%66.08%-
HSV(B)80.87º64.66%97.65%-
XYZ57.6379.7921.6-
YUV213.956.95113.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 88 (34.77% from 255) = 16.60%
R=36.42%
G=46.98%
B=16.60%

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
Decimal193249880.2200.650.0280.8793.0666.08
HexC1F958160412515d42
Octal3013711302601012121135102
Binary11000001111110011011000101100100000110101000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F958; }

 p { color: rgb(193,249,88); }

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

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

 a { background-color: rgb(193,249,88); }

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

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

 span { border-color: rgb(193,249,88); }

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