Html Css Color HEX #B7D880 Sulu

📋 copy color: '#B7D880'

red 183 ◦ green 216 ◦ blue 128

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

Shades of Sulu #B7D880

Tints of Sulu #B7D880

RGB

 RED value IS 183 (71.88% from 255) = 34.72%

 GREEN value IS 216 (84.77% from 255) = 40.99%

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

R = 34.72%
G = 40.99%
B = 24.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B7D880 (or 0xB7D880) is known color: Sulu. HEX triplet: B7, D8 and 80. RGB value is (183,216,128). Sum of RGB (Red+Green+Blue) = 183+216+128=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D880 is #48277F. Grayscale: #C4C4C4. Windows color (decimal): -4728704 or 8444087. OLE color: 8444087.

HSL color Cylindrical-coordinate representation of color #B7D880: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7D880 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 216 128 -
CMYK 0.15 0 0.41 0.15
HSL 82.5º 0.53% 0.67% -
HSV(B) 82.5º 0.41% 0.85% -
XYZ 47.98 60.74 29.62 -
YUV 196.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 183 216 128 0.15 0 0.41 0.15 82.5 0.53 0.67
Hex B7 D8 80 F 0 29 F 52 35 43
Octal 267 330 200 17 0 51 17 122 65 103
Binary 10110111 11011000 10000000 1111 0 101001 1111 1010010 110101 1000011

Color Harmonies of #B7D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D880

Black with #B7D880

Text Example


Text Example

White with #B7D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D880; }

 p { color: rgb(183,216,128); }

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

background-color css

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

 a { background-color: rgb(183,216,128); }

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

border-color css

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

 span { border-color: rgb(183,216,128); }

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