#B2FF60

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

Shades of Conifer #B2FF60

Tints of Conifer #B2FF60

Color information

#B2FF60 (or 0xB2FF60) is unknown color: approx Conifer. HEX triplet: B2, FF and 60. RGB value is (178,255,96). Sum of RGB (Red+Green+Blue) = 178+255+96=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF60 is #4D009F. Grayscale: #D6D6D6. Windows color (decimal): -5046432 or 6356914. OLE color: 6356914.

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

Color convert

RGB17825596-
CMYK0.3000.620
HSL89.06º100%68.82%-
HSV(B)89.06º62.35%100%-
XYZ56.2381.8323.9-
YUV213.8561.49102.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 96 (37.89% from 255) = 18.15%
R=33.65%
G=48.20%
B=18.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178255960.3000.62089.0610068.82
HexB2FF601E03E0596445
Octal262377140360760131144105
Binary101100101111111111000001111001111100101100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF60; }

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

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

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

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

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

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

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

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