#B5F760

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

Shades of Conifer #B5F760

Tints of Conifer #B5F760

Color information

#B5F760 (or 0xB5F760) is unknown color: approx Conifer. HEX triplet: B5, F7 and 60. RGB value is (181,247,96). Sum of RGB (Red+Green+Blue) = 181+247+96=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F760 is #4A089F. Grayscale: #D2D2D2. Windows color (decimal): -4851872 or 6354869. OLE color: 6354869.

HSL color Cylindrical-coordinate representation of color #B5F760: hue angle of 86.23º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5F760 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB18124796-
CMYK0.2700.610.03
HSL86.23º90.42%67.25%-
HSV(B)86.23º61.13%96.86%-
XYZ54.4377.1923.1-
YUV210.0563.63107.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 247 (96.88% from 255) = 47.14%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=34.54%
G=47.14%
B=18.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal181247960.2700.610.0386.2390.4267.25
HexB5F7601B03D3565a43
Octal265367140330753126132103
Binary1011010111110111110000011011011110111101011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F760; }

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

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

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

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

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

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

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

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