#B2FF54

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

Shades of Conifer #B2FF54

Tints of Conifer #B2FF54

Color information

#B2FF54 (or 0xB2FF54) is unknown color: approx Conifer. HEX triplet: B2, FF and 54. RGB value is (178,255,84). Sum of RGB (Red+Green+Blue) = 178+255+84=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF54 is #4D00AB. Grayscale: #D5D5D5. Windows color (decimal): -5046444 or 5570482. OLE color: 5570482.

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

Color convert

RGB17825584-
CMYK0.3000.670
HSL87.02º100%66.47%-
HSV(B)87.02º67.06%100%-
XYZ55.7281.6321.21-
YUV212.4855.49103.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 84 (33.20% from 255) = 16.25%
R=34.43%
G=49.32%
B=16.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178255840.3000.67087.0210066.47
HexB2FF541E0430576442
Octal2623771243601030127144102
Binary1011001011111111101010011110010000110101011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF54; }

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

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

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

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

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

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

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

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