#B0FC69

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

Shades of Sulu #B0FC69

Tints of Sulu #B0FC69

Color information

#B0FC69 (or 0xB0FC69) is unknown color: approx Sulu. HEX triplet: B0, FC and 69. RGB value is (176,252,105). Sum of RGB (Red+Green+Blue) = 176+252+105=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC69 is #4F0396. Grayscale: #D5D5D5. Windows color (decimal): -5178263 or 6945968. OLE color: 6945968.

HSL color Cylindrical-coordinate representation of color #B0FC69: hue angle of 91.02º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0FC69 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB176252105-
CMYK0.3000.580.01
HSL91.02º96.08%70%-
HSV(B)91.02º58.33%98.82%-
XYZ55.2679.8725.87-
YUV212.5267.32101.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 252 (98.83% from 255) = 47.28%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=33.02%
G=47.28%
B=19.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521050.3000.580.0191.0296.0870
HexB0FC691E03A15b6046
Octal260374151360721133140106
Binary101100001111110011010011111001110101101101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC69; }

 p { color: rgb(176,252,105); }

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

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

 a { background-color: rgb(176,252,105); }

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

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

 span { border-color: rgb(176,252,105); }

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