#C1F95B

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

Shades of Conifer #C1F95B

Tints of Conifer #C1F95B

Color information

#C1F95B (or 0xC1F95B) is unknown color: approx Conifer. HEX triplet: C1, F9 and 5B. RGB value is (193,249,91). Sum of RGB (Red+Green+Blue) = 193+249+91=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F95B is #3E06A4. Grayscale: #D6D6D6. Windows color (decimal): -4064933 or 6027713. OLE color: 6027713.

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

Color convert

RGB19324991-
CMYK0.2200.630.02
HSL81.27º92.94%66.67%-
HSV(B)81.27º63.45%97.65%-
XYZ57.7679.8422.26-
YUV214.2458.45112.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 91 (35.94% from 255) = 17.07%
R=36.21%
G=46.72%
B=17.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193249910.2200.630.0281.2792.9466.67
HexC1F95B1603F2515d43
Octal301371133260772121135103
Binary1100000111111001101101110110011111110101000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F95B; }

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

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

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

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

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

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

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

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