#C1F75B

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

Shades of Conifer #C1F75B

Tints of Conifer #C1F75B

Color information

#C1F75B (or 0xC1F75B) is unknown color: approx Conifer. HEX triplet: C1, F7 and 5B. RGB value is (193,247,91). Sum of RGB (Red+Green+Blue) = 193+247+91=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F75B is #3E08A4. Grayscale: #D5D5D5. Windows color (decimal): -4065445 or 6027201. OLE color: 6027201.

HSL color Cylindrical-coordinate representation of color #C1F75B: hue angle of 80.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1F75B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB19324791-
CMYK0.2200.630.03
HSL80.77º90.7%66.27%-
HSV(B)80.77º63.16%96.86%-
XYZ57.1478.6122.06-
YUV213.0759.11113.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 91 (35.94% from 255) = 17.14%
R=36.35%
G=46.52%
B=17.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal193247910.2200.630.0380.7790.766.27
HexC1F75B1603F3515b42
Octal301367133260773121133102
Binary1100000111110111101101110110011111111101000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F75B; }

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

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

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

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

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

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

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

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