#C1F151

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

Shades of Conifer #C1F151

Tints of Conifer #C1F151

Color information

#C1F151 (or 0xC1F151) is unknown color: approx Conifer. HEX triplet: C1, F1 and 51. RGB value is (193,241,81). Sum of RGB (Red+Green+Blue) = 193+241+81=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F151 is #3E0EAE. Grayscale: #D1D1D1. Windows color (decimal): -4066991 or 5370305. OLE color: 5370305.

HSL color Cylindrical-coordinate representation of color #C1F151: hue angle of 78º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1F151 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB19324181-
CMYK0.2000.660.05
HSL78º85.11%63.14%-
HSV(B)78º66.39%94.51%-
XYZ54.9374.8419.34-
YUV208.4156.1117.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 81 (32.03% from 255) = 15.73%
R=37.48%
G=46.80%
B=15.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193241810.2000.660.057885.1163.14
HexC1F1511404254e553f
Octal301361121240102511612577
Binary11000001111100011010001101000100001010110011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F151; }

 p { color: rgb(193,241,81); }

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

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

 a { background-color: rgb(193,241,81); }

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

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

 span { border-color: rgb(193,241,81); }

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