Html Css Color HEX #B8DC80 Sulu

📋 copy color: '#B8DC80'

red 184 ◦ green 220 ◦ blue 128

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

Shades of Sulu #B8DC80

Tints of Sulu #B8DC80

RGB

 RED value IS 184 (72.27% from 255) = 34.59%

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 34.59%
G = 41.35%
B = 24.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B8DC80 (or 0xB8DC80) is known color: Sulu. HEX triplet: B8, DC and 80. RGB value is (184,220,128). Sum of RGB (Red+Green+Blue) = 184+220+128=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC80 is #47237F. Grayscale: #C7C7C7. Windows color (decimal): -4662144 or 8445112. OLE color: 8445112.

HSL color Cylindrical-coordinate representation of color #B8DC80: hue angle of 83.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8DC80 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 128 -
CMYK 0.16 0 0.42 0.14
HSL 83.48º 0.57% 0.68% -
HSV(B) 83.48º 0.42% 0.86% -
XYZ 49.26 62.94 29.97 -
YUV 198.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 184 220 128 0.16 0 0.42 0.14 83.48 0.57 0.68
Hex B8 DC 80 10 0 2A E 53 39 44
Octal 270 334 200 20 0 52 16 123 71 104
Binary 10111000 11011100 10000000 10000 0 101010 1110 1010011 111001 1000100

Color Harmonies of #B8DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC80

Black with #B8DC80

Text Example


Text Example

White with #B8DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC80; }

 p { color: rgb(184,220,128); }

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

background-color css

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

 a { background-color: rgb(184,220,128); }

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

border-color css

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

 span { border-color: rgb(184,220,128); }

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