#B2F768

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

Shades of Sulu #B2F768

Tints of Sulu #B2F768

Color information

#B2F768 (or 0xB2F768) is unknown color: approx Sulu. HEX triplet: B2, F7 and 68. RGB value is (178,247,104). Sum of RGB (Red+Green+Blue) = 178+247+104=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F768 is #4D0897. Grayscale: #D2D2D2. Windows color (decimal): -5048472 or 6879154. OLE color: 6879154.

HSL color Cylindrical-coordinate representation of color #B2F768: hue angle of 88.95º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2F768 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB178247104-
CMYK0.2800.580.03
HSL88.95º89.94%68.82%-
HSV(B)88.95º57.89%96.86%-
XYZ54.1276.9925.1-
YUV210.0768.14105.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 247 (96.88% from 255) = 46.69%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=33.65%
G=46.69%
B=19.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782471040.2800.580.0388.9589.9468.82
HexB2F7681C03A3595a45
Octal262367150340723131132105
Binary1011001011110111110100011100011101011101100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F768; }

 p { color: rgb(178,247,104); }

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

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

 a { background-color: rgb(178,247,104); }

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

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

 span { border-color: rgb(178,247,104); }

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