Html Css Color HEX #B4EC70 Sulu

📋 copy color: '#B4EC70'

red 180 ◦ green 236 ◦ blue 112

#B4EC70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B4EC70

Tints of Sulu #B4EC70

RGB

 RED value IS 180 (70.7% from 255) = 34.09%

 GREEN value IS 236 (92.58% from 255) = 44.7%

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 34.09%
G = 44.7%
B = 21.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#B4EC70 (or 0xB4EC70) is known color: Sulu. HEX triplet: B4, EC and 70. RGB value is (180,236,112). Sum of RGB (Red+Green+Blue) = 180+236+112=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EC70 is #4B138F. Grayscale: #CDCDCD. Windows color (decimal): -4920208 or 7400628. OLE color: 7400628.

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

Color convert

RGB 180 236 112 -
CMYK 0.24 0 0.53 0.07
HSL 87.1º 0.77% 0.68% -
HSV(B) 87.1º 0.53% 0.93% -
XYZ 51.74 70.86 26.28 -
YUV 205.12 75.45 110.08 -
System Red Green Blue C M Y K H S L
Decimal 180 236 112 0.24 0 0.53 0.07 87.1 0.77 0.68
Hex B4 EC 70 18 0 35 7 57 4D 44
Octal 264 354 160 30 0 65 7 127 115 104
Binary 10110100 11101100 1110000 11000 0 110101 111 1010111 1001101 1000100

Color Harmonies of #B4EC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EC70

Black with #B4EC70

Text Example


Text Example

White with #B4EC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EC70; }

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

 H1.HeaderClassName
 {
   color: #B4EC70;
 }
 .AnyTagClassName
 {
   color: #B4EC70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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