#B5F167

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

Shades of Conifer #B5F167

Tints of Conifer #B5F167

Color information

#B5F167 (or 0xB5F167) is unknown color: approx Conifer. HEX triplet: B5, F1 and 67. RGB value is (181,241,103). Sum of RGB (Red+Green+Blue) = 181+241+103=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F167 is #4A0E98. Grayscale: #CFCFCF. Windows color (decimal): -4853401 or 6812085. OLE color: 6812085.

HSL color Cylindrical-coordinate representation of color #B5F167: hue angle of 86.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5F167 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB181241103-
CMYK0.2500.570.05
HSL86.09º83.13%67.45%-
HSV(B)86.09º57.26%94.51%-
XYZ52.9673.7124.27-
YUV207.3369.12109.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 103 (40.62% from 255) = 19.62%
R=34.48%
G=45.90%
B=19.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812411030.2500.570.0586.0983.1367.45
HexB5F167190395565343
Octal265361147310715126123103
Binary10110101111100011100111110010111001101101011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F167; }

 p { color: rgb(181,241,103); }

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

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

 a { background-color: rgb(181,241,103); }

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

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

 span { border-color: rgb(181,241,103); }

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