#b2f07e

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

Shades of Sulu #B2F07E

Tints of Sulu #B2F07E

Color information

#B2F07E (or 0xB2F07E) is unknown color: approx Sulu. HEX triplet: B2, F0 and 7E. RGB value is (178,240,126). Sum of RGB (Red+Green+Blue) = 178+240+126=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F07E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F07E is #4D0F81. Grayscale: #D0D0D0. Windows color (decimal): -5050242 or 8319154. OLE color: 8319154.

HSL color Cylindrical-coordinate representation of color #B2F07E: hue angle of 92.63º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F07E is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB178240126-
CMYK0.2600.480.06
HSL92.63º79.17%71.76%-
HSV(B)92.63º47.5%94.12%-
XYZ53.2973.2931.08-
YUV208.4781.46106.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 126 (49.61% from 255) = 23.16%
R=32.72%
G=44.12%
B=23.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782401260.2600.480.0692.6379.1771.76
HexB2F07E1A03065d4f48
Octal262360176320606135117110
Binary10110010111100001111110110100110000110101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2f07e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2f07e; }

 p { color: rgb(178,240,126); }

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

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

 a { background-color: rgb(178,240,126); }

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

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

 span { border-color: rgb(178,240,126); }

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