#B5FD60

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

Shades of Conifer #B5FD60

Tints of Conifer #B5FD60

Color information

#B5FD60 (or 0xB5FD60) is unknown color: approx Conifer. HEX triplet: B5, FD and 60. RGB value is (181,253,96). Sum of RGB (Red+Green+Blue) = 181+253+96=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD60 is #4A029F. Grayscale: #D6D6D6. Windows color (decimal): -4850336 or 6356405. OLE color: 6356405.

HSL color Cylindrical-coordinate representation of color #B5FD60: hue angle of 87.52º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5FD60 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB18125396-
CMYK0.2800.620.01
HSL87.52º97.52%68.43%-
HSV(B)87.52º62.06%99.22%-
XYZ56.2980.9223.72-
YUV213.5761.65104.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 253 (99.22% from 255) = 47.74%
BLUE value IS 96 (37.89% from 255) = 18.11%
R=34.15%
G=47.74%
B=18.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181253960.2800.620.0187.5297.5268.43
HexB5FD601C03E1586244
Octal265375140340761130142104
Binary101101011111110111000001110001111101101100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD60; }

 p { color: rgb(181,253,96); }

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

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

 a { background-color: rgb(181,253,96); }

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

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

 span { border-color: rgb(181,253,96); }

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