Html Css Color HEX #B4DB77 Sulu

📋 copy color: '#B4DB77'

red 180 ◦ green 219 ◦ blue 119

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

Shades of Sulu #B4DB77

Tints of Sulu #B4DB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 34.75%
G = 42.28%
B = 22.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#B4DB77 (or 0xB4DB77) is known color: Sulu. HEX triplet: B4, DB and 77. RGB value is (180,219,119). Sum of RGB (Red+Green+Blue) = 180+219+119=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB77 is #4B2488. Grayscale: #C4C4C4. Windows color (decimal): -4924553 or 7855028. OLE color: 7855028.

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

Color convert

RGB 180 219 119 -
CMYK 0.18 0 0.46 0.14
HSL 83.4º 0.58% 0.66% -
HSV(B) 83.4º 0.46% 0.86% -
XYZ 47.48 61.7 26.86 -
YUV 195.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 180 219 119 0.18 0 0.46 0.14 83.4 0.58 0.66
Hex B4 DB 77 12 0 2E E 53 3A 42
Octal 264 333 167 22 0 56 16 123 72 102
Binary 10110100 11011011 1110111 10010 0 101110 1110 1010011 111010 1000010

Color Harmonies of #B4DB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB77

Black with #B4DB77

Text Example


Text Example

White with #B4DB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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