#B4E27D

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

Shades of Sulu #B4E27D

Tints of Sulu #B4E27D

Color information

#B4E27D (or 0xB4E27D) is unknown color: approx Sulu. HEX triplet: B4, E2 and 7D. RGB value is (180,226,125). Sum of RGB (Red+Green+Blue) = 180+226+125=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E27D is #4B1D82. Grayscale: #C9C9C9. Windows color (decimal): -4922755 or 8250036. OLE color: 8250036.

HSL color Cylindrical-coordinate representation of color #B4E27D: hue angle of 87.33º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4E27D is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB180226125-
CMYK0.2000.450.11
HSL87.33º63.52%68.82%-
HSV(B)87.33º44.69%88.63%-
XYZ49.7265.5829.44-
YUV200.7385.26113.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=33.90%
G=42.56%
B=23.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802261250.2000.450.1187.3363.5268.82
HexB4E27D1402DB574045
Octal2643421752405513127100105
Binary101101001110001011111011010001011011011101011110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E27D; }

 p { color: rgb(180,226,125); }

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

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

 a { background-color: rgb(180,226,125); }

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

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

 span { border-color: rgb(180,226,125); }

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