#b2ff55

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

Shades of Conifer #B2FF55

Tints of Conifer #B2FF55

Color information

#B2FF55 (or 0xB2FF55) is unknown color: approx Conifer. HEX triplet: B2, FF and 55. RGB value is (178,255,85). Sum of RGB (Red+Green+Blue) = 178+255+85=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF55 is #4D00AA. Grayscale: #D5D5D5. Windows color (decimal): -5046443 or 5636018. OLE color: 5636018.

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

Color convert

RGB17825585-
CMYK0.3000.670
HSL87.18º100%66.67%-
HSV(B)87.18º66.67%100%-
XYZ55.7681.6421.41-
YUV212.655.99103.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 255 (100% from 255) = 49.23%
BLUE value IS 85 (33.59% from 255) = 16.41%
R=34.36%
G=49.23%
B=16.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178255850.3000.67087.1810066.67
HexB2FF551E0430576443
Octal2623771253601030127144103
Binary1011001011111111101010111110010000110101011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ff55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ff55; }

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

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

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

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

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

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

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

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