Html Css Color HEX #B2E56D Sulu

📋 copy color: '#B2E56D'

red 178 ◦ green 229 ◦ blue 109

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

Shades of Sulu #B2E56D

Tints of Sulu #B2E56D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.38%

 BLUE value IS 109 (42.97% from 255) = 21.12%

R = 34.5%
G = 44.38%
B = 21.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#B2E56D (or 0xB2E56D) is known color: Sulu. HEX triplet: B2, E5 and 6D. RGB value is (178,229,109). Sum of RGB (Red+Green+Blue) = 178+229+109=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E56D is #4D1A92. Grayscale: #C8C8C8. Windows color (decimal): -5053075 or 7202226. OLE color: 7202226.

HSL color Cylindrical-coordinate representation of color #B2E56D: hue angle of 85.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2E56D is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 229 109 -
CMYK 0.22 0 0.52 0.10
HSL 85.5º 0.7% 0.66% -
HSV(B) 85.5º 0.52% 0.9% -
XYZ 49.14 66.61 24.73 -
YUV 200.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 178 229 109 0.22 0 0.52 0.10 85.5 0.7 0.66
Hex B2 E5 6D 16 0 34 A 56 46 42
Octal 262 345 155 26 0 64 12 126 106 102
Binary 10110010 11100101 1101101 10110 0 110100 1010 1010110 1000110 1000010

Color Harmonies of #B2E56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E56D

Black with #B2E56D

Text Example


Text Example

White with #B2E56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E56D; }

 p { color: rgb(178,229,109); }

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

background-color css

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

 a { background-color: rgb(178,229,109); }

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

border-color css

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

 span { border-color: rgb(178,229,109); }

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