#B4EE7F

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

Shades of Sulu #B4EE7F

Tints of Sulu #B4EE7F

Color information

#B4EE7F (or 0xB4EE7F) is unknown color: approx Sulu. HEX triplet: B4, EE and 7F. RGB value is (180,238,127). Sum of RGB (Red+Green+Blue) = 180+238+127=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EE7F is #4B1180. Grayscale: #D0D0D0. Windows color (decimal): -4919681 or 8384180. OLE color: 8384180.

HSL color Cylindrical-coordinate representation of color #B4EE7F: hue angle of 91.35º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4EE7F is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB180238127-
CMYK0.2400.470.07
HSL91.35º76.55%71.57%-
HSV(B)91.35º46.64%93.33%-
XYZ53.2372.3831.24-
YUV20882.28108.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 238 (93.36% from 255) = 43.67%
BLUE value IS 127 (50% from 255) = 23.30%
R=33.03%
G=43.67%
B=23.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802381270.2400.470.0791.3576.5571.57
HexB4EE7F1802F75b4d48
Octal264356177300577133115110
Binary10110100111011101111111110000101111111101101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EE7F; }

 p { color: rgb(180,238,127); }

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

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

 a { background-color: rgb(180,238,127); }

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

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

 span { border-color: rgb(180,238,127); }

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