#B5F76A

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

Shades of Sulu #B5F76A

Tints of Sulu #B5F76A

Color information

#B5F76A (or 0xB5F76A) is unknown color: approx Sulu. HEX triplet: B5, F7 and 6A. RGB value is (181,247,106). Sum of RGB (Red+Green+Blue) = 181+247+106=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F76A is #4A0895. Grayscale: #D3D3D3. Windows color (decimal): -4851862 or 7010229. OLE color: 7010229.

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

Color convert

RGB181247106-
CMYK0.2700.570.03
HSL88.09º89.81%69.22%-
HSV(B)88.09º57.09%96.86%-
XYZ54.9277.3925.68-
YUV211.1968.63106.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 247 (96.88% from 255) = 46.25%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=33.90%
G=46.25%
B=19.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812471060.2700.570.0388.0989.8169.22
HexB5F76A1B0393585a45
Octal265367152330713130132105
Binary1011010111110111110101011011011100111101100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F76A; }

 p { color: rgb(181,247,106); }

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

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

 a { background-color: rgb(181,247,106); }

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

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

 span { border-color: rgb(181,247,106); }

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