#B5F954

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

Shades of Conifer #B5F954

Tints of Conifer #B5F954

Color information

#B5F954 (or 0xB5F954) is unknown color: approx Conifer. HEX triplet: B5, F9 and 54. RGB value is (181,249,84). Sum of RGB (Red+Green+Blue) = 181+249+84=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F954 is #4A06AB. Grayscale: #D2D2D2. Windows color (decimal): -4851372 or 5568949. OLE color: 5568949.

HSL color Cylindrical-coordinate representation of color #B5F954: hue angle of 84.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5F954 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB18124984-
CMYK0.2700.660.02
HSL84.73º93.22%65.29%-
HSV(B)84.73º66.27%97.65%-
XYZ54.5378.2220.61-
YUV209.8656.97107.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 249 (97.66% from 255) = 48.44%
BLUE value IS 84 (33.20% from 255) = 16.34%
R=35.21%
G=48.44%
B=16.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181249840.2700.660.0284.7393.2265.29
HexB5F9541B0422555d41
Octal2653711243301022125135101
Binary10110101111110011010100110110100001010101010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F954; }

 p { color: rgb(181,249,84); }

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

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

 a { background-color: rgb(181,249,84); }

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

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

 span { border-color: rgb(181,249,84); }

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