#B4EF6D

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

Shades of Sulu #B4EF6D

Tints of Sulu #B4EF6D

Color information

#B4EF6D (or 0xB4EF6D) is unknown color: approx Sulu. HEX triplet: B4, EF and 6D. RGB value is (180,239,109). Sum of RGB (Red+Green+Blue) = 180+239+109=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EF6D is #4B1092. Grayscale: #CFCFCF. Windows color (decimal): -4919443 or 7204788. OLE color: 7204788.

HSL color Cylindrical-coordinate representation of color #B4EF6D: hue angle of 87.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4EF6D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB180239109-
CMYK0.2500.540.06
HSL87.23º80.25%68.24%-
HSV(B)87.23º54.39%93.73%-
XYZ52.4572.5425.71-
YUV206.5472.95109.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 109 (42.97% from 255) = 20.64%
R=34.09%
G=45.27%
B=20.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391090.2500.540.0687.2380.2568.24
HexB4EF6D190366575044
Octal264357155310666127120104
Binary10110100111011111101101110010110110110101011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EF6D; }

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

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

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

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

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

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

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

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