Html Css Color HEX #B2EC7A Sulu

📋 copy color: '#B2EC7A'

red 178 ◦ green 236 ◦ blue 122

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

Shades of Sulu #B2EC7A

Tints of Sulu #B2EC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 33.21%
G = 44.03%
B = 22.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#B2EC7A (or 0xB2EC7A) is known color: Sulu. HEX triplet: B2, EC and 7A. RGB value is (178,236,122). Sum of RGB (Red+Green+Blue) = 178+236+122=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC7A is #4D1385. Grayscale: #CECECE. Windows color (decimal): -5051270 or 8055986. OLE color: 8055986.

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

Color convert

RGB 178 236 122 -
CMYK 0.25 0 0.48 0.07
HSL 90.53º 0.75% 0.7% -
HSV(B) 90.53º 0.48% 0.93% -
XYZ 51.87 70.86 29.36 -
YUV 205.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 178 236 122 0.25 0 0.48 0.07 90.53 0.75 0.7
Hex B2 EC 7A 19 0 30 7 5B 4B 46
Octal 262 354 172 31 0 60 7 133 113 106
Binary 10110010 11101100 1111010 11001 0 110000 111 1011011 1001011 1000110

Color Harmonies of #B2EC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EC7A

Black with #B2EC7A

Text Example


Text Example

White with #B2EC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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