Html Css Color HEX #B2E97D Sulu

📋 copy color: '#B2E97D'

red 178 ◦ green 233 ◦ blue 125

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

Shades of Sulu #B2E97D

Tints of Sulu #B2E97D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 33.21%
G = 43.47%
B = 23.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#B2E97D (or 0xB2E97D) is known color: Sulu. HEX triplet: B2, E9 and 7D. RGB value is (178,233,125). Sum of RGB (Red+Green+Blue) = 178+233+125=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E97D is #4D1682. Grayscale: #CCCCCC. Windows color (decimal): -5052035 or 8251826. OLE color: 8251826.

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

Color convert

RGB 178 233 125 -
CMYK 0.24 0 0.46 0.09
HSL 90.56º 0.71% 0.7% -
HSV(B) 90.56º 0.46% 0.91% -
XYZ 51.2 69.22 30.06 -
YUV 204.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 178 233 125 0.24 0 0.46 0.09 90.56 0.71 0.7
Hex B2 E9 7D 18 0 2E 9 5B 47 46
Octal 262 351 175 30 0 56 11 133 107 106
Binary 10110010 11101001 1111101 11000 0 101110 1001 1011011 1000111 1000110

Color Harmonies of #B2E97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E97D

Black with #B2E97D

Text Example


Text Example

White with #B2E97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E97D; }

 p { color: rgb(178,233,125); }

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

background-color css

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

 a { background-color: rgb(178,233,125); }

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

border-color css

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

 span { border-color: rgb(178,233,125); }

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