#B4F76A

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

Shades of Sulu #B4F76A

Tints of Sulu #B4F76A

Color information

#B4F76A (or 0xB4F76A) is unknown color: approx Sulu. HEX triplet: B4, F7 and 6A. RGB value is (180,247,106). Sum of RGB (Red+Green+Blue) = 180+247+106=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F76A is #4B0895. Grayscale: #D3D3D3. Windows color (decimal): -4917398 or 7010228. OLE color: 7010228.

HSL color Cylindrical-coordinate representation of color #B4F76A: hue angle of 88.51º 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 #B4F76A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB180247106-
CMYK0.2700.570.03
HSL88.51º89.81%69.22%-
HSV(B)88.51º57.09%96.86%-
XYZ54.6877.2725.67-
YUV210.8968.8105.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 247 (96.88% from 255) = 46.34%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=33.77%
G=46.34%
B=19.89%

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
Decimal1802471060.2700.570.0388.5189.8169.22
HexB4F76A1B0393595a45
Octal264367152330713131132105
Binary1011010011110111110101011011011100111101100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F76A; }

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

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

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

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

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

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

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

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