#B0F779

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

Shades of Sulu #B0F779

Tints of Sulu #B0F779

Color information

#B0F779 (or 0xB0F779) is unknown color: approx Sulu. HEX triplet: B0, F7 and 79. RGB value is (176,247,121). Sum of RGB (Red+Green+Blue) = 176+247+121=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F779 is #4F0886. Grayscale: #D3D3D3. Windows color (decimal): -5179527 or 7993264. OLE color: 7993264.

HSL color Cylindrical-coordinate representation of color #B0F779: hue angle of 93.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0F779 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB176247121-
CMYK0.2900.510.03
HSL93.81º88.73%72.16%-
HSV(B)93.81º51.01%96.86%-
XYZ54.6277.1330.1-
YUV211.4176.98102.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 121 (47.66% from 255) = 22.24%
R=32.35%
G=45.40%
B=22.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471210.2900.510.0393.8188.7372.16
HexB0F7791D03335e5948
Octal260367171350633136131110
Binary1011000011110111111100111101011001111101111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F779; }

 p { color: rgb(176,247,121); }

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

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

 a { background-color: rgb(176,247,121); }

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

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

 span { border-color: rgb(176,247,121); }

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