#B4F36A

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

Shades of Sulu #B4F36A

Tints of Sulu #B4F36A

Color information

#B4F36A (or 0xB4F36A) is unknown color: approx Sulu. HEX triplet: B4, F3 and 6A. RGB value is (180,243,106). Sum of RGB (Red+Green+Blue) = 180+243+106=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F36A is #4B0C95. Grayscale: #D1D1D1. Windows color (decimal): -4918422 or 7009204. OLE color: 7009204.

HSL color Cylindrical-coordinate representation of color #B4F36A: hue angle of 87.59º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4F36A is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB180243106-
CMYK0.2600.560.05
HSL87.59º85.09%68.43%-
HSV(B)87.59º56.38%95.29%-
XYZ53.4774.8525.26-
YUV208.5470.13107.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=34.03%
G=45.94%
B=20.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802431060.2600.560.0587.5985.0968.43
HexB4F36A1A0385585544
Octal264363152320705130125104
Binary10110100111100111101010110100111000101101100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F36A; }

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

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

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

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

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

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

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

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