Html Css Color HEX #B3DC71 Sulu

📋 copy color: '#B3DC71'

red 179 ◦ green 220 ◦ blue 113

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

Shades of Sulu #B3DC71

Tints of Sulu #B3DC71

RGB

 RED value IS 179 (70.31% from 255) = 34.96%

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

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

R = 34.96%
G = 42.97%
B = 22.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#B3DC71 (or 0xB3DC71) is known color: Sulu. HEX triplet: B3, DC and 71. RGB value is (179,220,113). Sum of RGB (Red+Green+Blue) = 179+220+113=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC71 is #4C238E. Grayscale: #C3C3C3. Windows color (decimal): -4989839 or 7462067. OLE color: 7462067.

HSL color Cylindrical-coordinate representation of color #B3DC71: hue angle of 82.99º 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 #B3DC71 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 113 -
CMYK 0.19 0 0.49 0.14
HSL 82.99º 0.6% 0.65% -
HSV(B) 82.99º 0.49% 0.86% -
XYZ 47.16 61.96 25.1 -
YUV 195.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 179 220 113 0.19 0 0.49 0.14 82.99 0.6 0.65
Hex B3 DC 71 13 0 31 E 53 3C 41
Octal 263 334 161 23 0 61 16 123 74 101
Binary 10110011 11011100 1110001 10011 0 110001 1110 1010011 111100 1000001

Color Harmonies of #B3DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DC71

Black with #B3DC71

Text Example


Text Example

White with #B3DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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