Html Css Color HEX #B4DC71 Sulu

📋 copy color: '#B4DC71'

red 180 ◦ green 220 ◦ blue 113

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

Shades of Sulu #B4DC71

Tints of Sulu #B4DC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 35.09%
G = 42.88%
B = 22.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#B4DC71 (or 0xB4DC71) is known color: Sulu. HEX triplet: B4, DC and 71. RGB value is (180,220,113). Sum of RGB (Red+Green+Blue) = 180+220+113=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC71 is #4B238E. Grayscale: #C4C4C4. Windows color (decimal): -4924303 or 7462068. OLE color: 7462068.

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

Color convert

RGB 180 220 113 -
CMYK 0.18 0 0.49 0.14
HSL 82.43º 0.6% 0.65% -
HSV(B) 82.43º 0.49% 0.86% -
XYZ 47.4 62.08 25.11 -
YUV 195.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 180 220 113 0.18 0 0.49 0.14 82.43 0.6 0.65
Hex B4 DC 71 12 0 31 E 52 3C 41
Octal 264 334 161 22 0 61 16 122 74 101
Binary 10110100 11011100 1110001 10010 0 110001 1110 1010010 111100 1000001

Color Harmonies of #B4DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC71

Black with #B4DC71

Text Example


Text Example

White with #B4DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC71; }

 p { color: rgb(180,220,113); }

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

background-color css

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

 a { background-color: rgb(180,220,113); }

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

border-color css

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

 span { border-color: rgb(180,220,113); }

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