#B4FE6D

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

Shades of Sulu #B4FE6D

Tints of Sulu #B4FE6D

Color information

#B4FE6D (or 0xB4FE6D) is unknown color: approx Sulu. HEX triplet: B4, FE and 6D. RGB value is (180,254,109). Sum of RGB (Red+Green+Blue) = 180+254+109=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FE6D is #4B0192. Grayscale: #D7D7D7. Windows color (decimal): -4915603 or 7208628. OLE color: 7208628.

HSL color Cylindrical-coordinate representation of color #B4FE6D: hue angle of 90.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4FE6D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB180254109-
CMYK0.2900.570.00
HSL90.62º98.64%71.18%-
HSV(B)90.62º57.09%99.61%-
XYZ57.0281.6927.23-
YUV215.3467.98102.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 254 (99.61% from 255) = 46.78%
BLUE value IS 109 (42.97% from 255) = 20.07%
R=33.15%
G=46.78%
B=20.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541090.2900.570.0090.6298.6471.18
HexB4FE6D1D03905b6347
Octal264376155350710133143107
Binary101101001111111011011011110101110010101101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE6D; }

 p { color: rgb(180,254,109); }

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

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

 a { background-color: rgb(180,254,109); }

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

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

 span { border-color: rgb(180,254,109); }

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