#C1FB4C

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

Shades of Conifer #C1FB4C

Tints of Conifer #C1FB4C

Color information

#C1FB4C (or 0xC1FB4C) is unknown color: approx Conifer. HEX triplet: C1, FB and 4C. RGB value is (193,251,76). Sum of RGB (Red+Green+Blue) = 193+251+76=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FB4C is #3E04B3. Grayscale: #D6D6D6. Windows color (decimal): -4064436 or 5045185. OLE color: 5045185.

HSL color Cylindrical-coordinate representation of color #C1FB4C: hue angle of 79.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1FB4C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB19325176-
CMYK0.2300.700.02
HSL79.89º95.63%64.12%-
HSV(B)79.89º69.72%98.43%-
XYZ57.7980.8519.4-
YUV213.7150.28113.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 251 (98.44% from 255) = 48.27%
BLUE value IS 76 (30.08% from 255) = 14.62%
R=37.12%
G=48.27%
B=14.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193251760.2300.700.0279.8995.6364.12
HexC1FB4C170462506040
Octal3013731142701062120140100
Binary11000001111110111001100101110100011010101000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FB4C; }

 p { color: rgb(193,251,76); }

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

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

 a { background-color: rgb(193,251,76); }

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

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

 span { border-color: rgb(193,251,76); }

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