Html Css Color HEX #B3DC6F Sulu

📋 copy color: '#B3DC6F'

red 179 ◦ green 220 ◦ blue 111

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

Shades of Sulu #B3DC6F

Tints of Sulu #B3DC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.76%

R = 35.1%
G = 43.14%
B = 21.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#B3DC6F (or 0xB3DC6F) is known color: Sulu. HEX triplet: B3, DC and 6F. RGB value is (179,220,111). Sum of RGB (Red+Green+Blue) = 179+220+111=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC6F is #4C2390. Grayscale: #C3C3C3. Windows color (decimal): -4989841 or 7330995. OLE color: 7330995.

HSL color Cylindrical-coordinate representation of color #B3DC6F: hue angle of 82.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3DC6F is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 111 -
CMYK 0.19 0 0.50 0.14
HSL 82.57º 0.61% 0.65% -
HSV(B) 82.57º 0.5% 0.86% -
XYZ 47.05 61.92 24.51 -
YUV 195.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 179 220 111 0.19 0 0.50 0.14 82.57 0.61 0.65
Hex B3 DC 6F 13 0 32 E 53 3D 41
Octal 263 334 157 23 0 62 16 123 75 101
Binary 10110011 11011100 1101111 10011 0 110010 1110 1010011 111101 1000001

Color Harmonies of #B3DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DC6F

Black with #B3DC6F

Text Example


Text Example

White with #B3DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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