#B2FF5E

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

Shades of Conifer #B2FF5E

Tints of Conifer #B2FF5E

Color information

#B2FF5E (or 0xB2FF5E) is unknown color: approx Conifer. HEX triplet: B2, FF and 5E. RGB value is (178,255,94). Sum of RGB (Red+Green+Blue) = 178+255+94=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF5E is #4D00A1. Grayscale: #D6D6D6. Windows color (decimal): -5046434 or 6225842. OLE color: 6225842.

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

Color convert

RGB17825594-
CMYK0.3000.630
HSL88.7º100%68.43%-
HSV(B)88.7º63.14%100%-
XYZ56.1481.7923.42-
YUV213.6260.49102.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 255 (100% from 255) = 48.39%
BLUE value IS 94 (37.11% from 255) = 17.84%
R=33.78%
G=48.39%
B=17.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178255940.3000.63088.710068.43
HexB2FF5E1E03F0596444
Octal262377136360770131144104
Binary101100101111111110111101111001111110101100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF5E; }

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

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

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

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

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

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

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

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