Html Css Color HEX #B2EC76 Sulu

📋 copy color: '#B2EC76'

red 178 ◦ green 236 ◦ blue 118

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

Shades of Sulu #B2EC76

Tints of Sulu #B2EC76

RGB

 RED value IS 178 (69.92% from 255) = 33.46%

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

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 33.46%
G = 44.36%
B = 22.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#B2EC76 (or 0xB2EC76) is known color: Sulu. HEX triplet: B2, EC and 76. RGB value is (178,236,118). Sum of RGB (Red+Green+Blue) = 178+236+118=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC76 is #4D1389. Grayscale: #CDCDCD. Windows color (decimal): -5051274 or 7793842. OLE color: 7793842.

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

Color convert

RGB 178 236 118 -
CMYK 0.25 0 0.5 0.07
HSL 89.49º 0.76% 0.69% -
HSV(B) 89.49º 0.5% 0.93% -
XYZ 51.63 70.76 28.08 -
YUV 205.21 78.78 108.59 -
System Red Green Blue C M Y K H S L
Decimal 178 236 118 0.25 0 0.5 0.07 89.49 0.76 0.69
Hex B2 EC 76 19 0 32 7 59 4C 45
Octal 262 354 166 31 0 62 7 131 114 105
Binary 10110010 11101100 1110110 11001 0 110010 111 1011001 1001100 1000101

Color Harmonies of #B2EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EC76

Black with #B2EC76

Text Example


Text Example

White with #B2EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EC76; }

 p { color: rgb(178,236,118); }

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

background-color css

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

 a { background-color: rgb(178,236,118); }

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

border-color css

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

 span { border-color: rgb(178,236,118); }

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