#B5F360

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

Shades of Conifer #B5F360

Tints of Conifer #B5F360

Color information

#B5F360 (or 0xB5F360) is unknown color: approx Conifer. HEX triplet: B5, F3 and 60. RGB value is (181,243,96). Sum of RGB (Red+Green+Blue) = 181+243+96=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F360 is #4A0C9F. Grayscale: #D0D0D0. Windows color (decimal): -4852896 or 6353845. OLE color: 6353845.

HSL color Cylindrical-coordinate representation of color #B5F360: hue angle of 85.31º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5F360 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB18124396-
CMYK0.2600.600.05
HSL85.31º85.96%66.47%-
HSV(B)85.31º60.49%95.29%-
XYZ53.2274.7722.69-
YUV207.764.96108.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 96 (37.89% from 255) = 18.46%
R=34.81%
G=46.73%
B=18.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181243960.2600.600.0585.3185.9666.47
HexB5F3601A03C5555642
Octal265363140320745125126102
Binary10110101111100111100000110100111100101101010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F360; }

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

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

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

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

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

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

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

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