#B4EE70

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

Shades of Sulu #B4EE70

Tints of Sulu #B4EE70

Color information

#B4EE70 (or 0xB4EE70) is unknown color: approx Sulu. HEX triplet: B4, EE and 70. RGB value is (180,238,112). Sum of RGB (Red+Green+Blue) = 180+238+112=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EE70 is #4B118F. Grayscale: #CECECE. Windows color (decimal): -4919696 or 7401140. OLE color: 7401140.

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

Color convert

RGB180238112-
CMYK0.2400.530.07
HSL87.62º78.75%68.63%-
HSV(B)87.62º52.94%93.33%-
XYZ52.3272.0226.47-
YUV206.2974.78109.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=33.96%
G=44.91%
B=21.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802381120.2400.530.0787.6278.7568.63
HexB4EE70180357584f45
Octal264356160300657130117105
Binary10110100111011101110000110000110101111101100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EE70; }

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

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

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

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

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

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

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

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