#B5FE52

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

Shades of Conifer #B5FE52

Tints of Conifer #B5FE52

Color information

#B5FE52 (or 0xB5FE52) is unknown color: approx Conifer. HEX triplet: B5, FE and 52. RGB value is (181,254,82). Sum of RGB (Red+Green+Blue) = 181+254+82=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FE52 is #4A01AD. Grayscale: #D5D5D5. Windows color (decimal): -4850094 or 5439157. OLE color: 5439157.

HSL color Cylindrical-coordinate representation of color #B5FE52: hue angle of 85.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5FE52 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB18125482-
CMYK0.2900.680.00
HSL85.47º98.85%65.88%-
HSV(B)85.47º67.72%99.61%-
XYZ56.0281.3220.73-
YUV212.5654.32105.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 254 (99.61% from 255) = 49.13%
BLUE value IS 82 (32.42% from 255) = 15.86%
R=35.01%
G=49.13%
B=15.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181254820.2900.680.0085.4798.8565.88
HexB5FE521D0440556342
Octal2653761223501040125143102
Binary1011010111111110101001011101010001000101010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FE52; }

 p { color: rgb(181,254,82); }

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

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

 a { background-color: rgb(181,254,82); }

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

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

 span { border-color: rgb(181,254,82); }

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