#B4F26E

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

Shades of Sulu #B4F26E

Tints of Sulu #B4F26E

Color information

#B4F26E (or 0xB4F26E) is unknown color: approx Sulu. HEX triplet: B4, F2 and 6E. RGB value is (180,242,110). Sum of RGB (Red+Green+Blue) = 180+242+110=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F26E is #4B0D91. Grayscale: #D0D0D0. Windows color (decimal): -4918674 or 7271092. OLE color: 7271092.

HSL color Cylindrical-coordinate representation of color #B4F26E: hue angle of 88.18º 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 #B4F26E is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB180242110-
CMYK0.2600.550.05
HSL88.18º83.54%69.02%-
HSV(B)88.18º54.55%94.9%-
XYZ53.3974.3326.29-
YUV208.4172.46107.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 242 (94.92% from 255) = 45.49%
BLUE value IS 110 (43.36% from 255) = 20.68%
R=33.83%
G=45.49%
B=20.68%

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
Decimal1802421100.2600.550.0588.1883.5469.02
HexB4F26E1A0375585445
Octal264362156320675130124105
Binary10110100111100101101110110100110111101101100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F26E; }

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

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

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

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

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

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

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

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