#B5F446

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

Shades of Conifer #B5F446

Tints of Conifer #B5F446

Color information

#B5F446 (or 0xB5F446) is unknown color: approx Conifer. HEX triplet: B5, F4 and 46. RGB value is (181,244,70). Sum of RGB (Red+Green+Blue) = 181+244+70=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F446 is #4A0BB9. Grayscale: #CDCDCD. Windows color (decimal): -4852666 or 4650165. OLE color: 4650165.

HSL color Cylindrical-coordinate representation of color #B5F446: hue angle of 81.72º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5F446 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB18124470-
CMYK0.2600.710.04
HSL81.72º88.78%61.57%-
HSV(B)81.72º71.31%95.69%-
XYZ52.5174.9717.5-
YUV205.3351.63110.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=36.57%
G=49.29%
B=14.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181244700.2600.710.0481.7288.7861.57
HexB5F4461A047452593e
Octal265364106320107412213176
Binary10110101111101001000110110100100011110010100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F446; }

 p { color: rgb(181,244,70); }

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

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

 a { background-color: rgb(181,244,70); }

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

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

 span { border-color: rgb(181,244,70); }

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