Html Css Color HEX #B4EC80 Sulu

📋 copy color: '#B4EC80'

red 180 ◦ green 236 ◦ blue 128

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

Shades of Sulu #B4EC80

Tints of Sulu #B4EC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 33.09%
G = 43.38%
B = 23.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#B4EC80 (or 0xB4EC80) is known color: Sulu. HEX triplet: B4, EC and 80. RGB value is (180,236,128). Sum of RGB (Red+Green+Blue) = 180+236+128=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EC80 is #4B137F. Grayscale: #CFCFCF. Windows color (decimal): -4920192 or 8449204. OLE color: 8449204.

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

Color convert

RGB 180 236 128 -
CMYK 0.24 0 0.46 0.07
HSL 91.11º 0.74% 0.71% -
HSV(B) 91.11º 0.46% 0.93% -
XYZ 52.71 71.25 31.4 -
YUV 206.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 180 236 128 0.24 0 0.46 0.07 91.11 0.74 0.71
Hex B4 EC 80 18 0 2E 7 5B 4A 47
Octal 264 354 200 30 0 56 7 133 112 107
Binary 10110100 11101100 10000000 11000 0 101110 111 1011011 1001010 1000111

Color Harmonies of #B4EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EC80

Black with #B4EC80

Text Example


Text Example

White with #B4EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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