#B4F26D

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

Shades of Sulu #B4F26D

Tints of Sulu #B4F26D

Color information

#B4F26D (or 0xB4F26D) is unknown color: approx Sulu. HEX triplet: B4, F2 and 6D. RGB value is (180,242,109). Sum of RGB (Red+Green+Blue) = 180+242+109=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F26D is #4B0D92. Grayscale: #D0D0D0. Windows color (decimal): -4918675 or 7205556. OLE color: 7205556.

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

Color convert

RGB180242109-
CMYK0.2600.550.05
HSL87.97º83.65%68.82%-
HSV(B)87.97º54.96%94.9%-
XYZ53.3374.3126-
YUV208.371.96107.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=33.90%
G=45.57%
B=20.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802421090.2600.550.0587.9783.6568.82
HexB4F26D1A0375585445
Octal264362155320675130124105
Binary10110100111100101101101110100110111101101100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F26D; }

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

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

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

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

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

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

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

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