#95FB61

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

Shades of Conifer #95FB61

Tints of Conifer #95FB61

Color information

#95FB61 (or 0x95FB61) is unknown color: approx Conifer. HEX triplet: 95, FB and 61. RGB value is (149,251,97). Sum of RGB (Red+Green+Blue) = 149+251+97=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FB61 is #6A049E. Grayscale: #CBCBCB. Windows color (decimal): -6947999 or 6421397. OLE color: 6421397.

HSL color Cylindrical-coordinate representation of color #95FB61: hue angle of 99.74º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95FB61 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB14925197-
CMYK0.4100.610.02
HSL99.74º95.06%68.24%-
HSV(B)99.74º61.35%98.43%-
XYZ49.0576.2523.44-
YUV202.9568.2189.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 251 (98.44% from 255) = 50.50%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=29.98%
G=50.50%
B=19.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149251970.4100.610.0299.7495.0668.24
Hex95FB612903D2645f44
Octal225373141510752144137104
Binary10010101111110111100001101001011110110110010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FB61; }

 p { color: rgb(149,251,97); }

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

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

 a { background-color: rgb(149,251,97); }

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

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

 span { border-color: rgb(149,251,97); }

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