#C1F95F

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

Shades of Conifer #C1F95F

Tints of Conifer #C1F95F

Color information

#C1F95F (or 0xC1F95F) is unknown color: approx Conifer. HEX triplet: C1, F9 and 5F. RGB value is (193,249,95). Sum of RGB (Red+Green+Blue) = 193+249+95=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F95F is #3E06A0. Grayscale: #D7D7D7. Windows color (decimal): -4064929 or 6289857. OLE color: 6289857.

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

Color convert

RGB19324995-
CMYK0.2200.620.02
HSL81.82º92.77%67.45%-
HSV(B)81.82º61.85%97.65%-
XYZ57.9379.9223.2-
YUV214.760.45112.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 95 (37.5% from 255) = 17.69%
R=35.94%
G=46.37%
B=17.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193249950.2200.620.0281.8292.7767.45
HexC1F95F1603E2525d43
Octal301371137260762122135103
Binary1100000111111001101111110110011111010101001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F95F; }

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

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

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

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

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

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

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

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