#B2FB54

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

Shades of Conifer #B2FB54

Tints of Conifer #B2FB54

Color information

#B2FB54 (or 0xB2FB54) is unknown color: approx Conifer. HEX triplet: B2, FB and 54. RGB value is (178,251,84). Sum of RGB (Red+Green+Blue) = 178+251+84=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB54 is #4D04AB. Grayscale: #D2D2D2. Windows color (decimal): -5047468 or 5569458. OLE color: 5569458.

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

Color convert

RGB17825184-
CMYK0.2900.670.02
HSL86.23º95.43%65.69%-
HSV(B)86.23º66.53%98.43%-
XYZ54.4679.120.79-
YUV210.1456.82105.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 251 (98.44% from 255) = 48.93%
BLUE value IS 84 (33.20% from 255) = 16.37%
R=34.70%
G=48.93%
B=16.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178251840.2900.670.0286.2395.4365.69
HexB2FB541D0432565f42
Octal2623731243501032126137102
Binary10110010111110111010100111010100001110101011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB54; }

 p { color: rgb(178,251,84); }

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

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

 a { background-color: rgb(178,251,84); }

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

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

 span { border-color: rgb(178,251,84); }

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