#B5FC74

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

Shades of Sulu #B5FC74

Tints of Sulu #B5FC74

Color information

#B5FC74 (or 0xB5FC74) is unknown color: approx Sulu. HEX triplet: B5, FC and 74. RGB value is (181,252,116). Sum of RGB (Red+Green+Blue) = 181+252+116=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FC74 is #4A038B. Grayscale: #D7D7D7. Windows color (decimal): -4850572 or 7666869. OLE color: 7666869.

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

Color convert

RGB181252116-
CMYK0.2800.540.01
HSL91.32º95.77%72.16%-
HSV(B)91.32º53.97%98.82%-
XYZ57.0280.7129.1-
YUV215.2771.98103.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 116 (45.70% from 255) = 21.13%
R=32.97%
G=45.90%
B=21.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812521160.2800.540.0191.3295.7772.16
HexB5FC741C03615b6048
Octal265374164340661133140110
Binary101101011111110011101001110001101101101101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FC74; }

 p { color: rgb(181,252,116); }

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

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

 a { background-color: rgb(181,252,116); }

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

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

 span { border-color: rgb(181,252,116); }

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