Html Css Color HEX #B4DB78 Sulu

📋 copy color: '#B4DB78'

red 180 ◦ green 219 ◦ blue 120

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

Shades of Sulu #B4DB78

Tints of Sulu #B4DB78

RGB

 RED value IS 180 (70.7% from 255) = 34.68%

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 120 (47.27% from 255) = 23.12%

R = 34.68%
G = 42.2%
B = 23.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#B4DB78 (or 0xB4DB78) is known color: Sulu. HEX triplet: B4, DB and 78. RGB value is (180,219,120). Sum of RGB (Red+Green+Blue) = 180+219+120=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB78 is #4B2487. Grayscale: #C4C4C4. Windows color (decimal): -4924552 or 7920564. OLE color: 7920564.

HSL color Cylindrical-coordinate representation of color #B4DB78: hue angle of 83.64º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4DB78 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 120 -
CMYK 0.18 0 0.45 0.14
HSL 83.64º 0.58% 0.66% -
HSV(B) 83.64º 0.45% 0.86% -
XYZ 47.54 61.72 27.18 -
YUV 196.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 180 219 120 0.18 0 0.45 0.14 83.64 0.58 0.66
Hex B4 DB 78 12 0 2D E 54 3A 42
Octal 264 333 170 22 0 55 16 124 72 102
Binary 10110100 11011011 1111000 10010 0 101101 1110 1010100 111010 1000010

Color Harmonies of #B4DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB78

Black with #B4DB78

Text Example


Text Example

White with #B4DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB78; }

 p { color: rgb(180,219,120); }

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

background-color css

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

 a { background-color: rgb(180,219,120); }

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

border-color css

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

 span { border-color: rgb(180,219,120); }

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