#B3F96F

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

Shades of Sulu #B3F96F

Tints of Sulu #B3F96F

Color information

#B3F96F (or 0xB3F96F) is unknown color: approx Sulu. HEX triplet: B3, F9 and 6F. RGB value is (179,249,111). Sum of RGB (Red+Green+Blue) = 179+249+111=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F96F is #4C0690. Grayscale: #D4D4D4. Windows color (decimal): -4982417 or 7338419. OLE color: 7338419.

HSL color Cylindrical-coordinate representation of color #B3F96F: hue angle of 90.43º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3F96F is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB179249111-
CMYK0.2800.550.02
HSL90.43º92%70.59%-
HSV(B)90.43º55.42%97.65%-
XYZ55.3478.4827.27-
YUV212.3470.81104.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=33.21%
G=46.20%
B=20.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491110.2800.550.0290.439270.59
HexB3F96F1C03725a5c47
Octal263371157340672132134107
Binary1011001111111001110111111100011011110101101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F96F; }

 p { color: rgb(179,249,111); }

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

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

 a { background-color: rgb(179,249,111); }

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

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

 span { border-color: rgb(179,249,111); }

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