Html Css Color HEX #B6DC70 Sulu

📋 copy color: '#B6DC70'

red 182 ◦ green 220 ◦ blue 112

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

Shades of Sulu #B6DC70

Tints of Sulu #B6DC70

RGB

 RED value IS 182 (71.48% from 255) = 35.41%

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

 BLUE value IS 112 (44.14% from 255) = 21.79%

R = 35.41%
G = 42.8%
B = 21.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#B6DC70 (or 0xB6DC70) is known color: Sulu. HEX triplet: B6, DC and 70. RGB value is (182,220,112). Sum of RGB (Red+Green+Blue) = 182+220+112=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC70 is #49238F. Grayscale: #C4C4C4. Windows color (decimal): -4793232 or 7396534. OLE color: 7396534.

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

Color convert

RGB 182 220 112 -
CMYK 0.17 0 0.49 0.14
HSL 81.11º 0.61% 0.65% -
HSV(B) 81.11º 0.49% 0.86% -
XYZ 47.81 62.3 24.83 -
YUV 196.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 182 220 112 0.17 0 0.49 0.14 81.11 0.61 0.65
Hex B6 DC 70 11 0 31 E 51 3D 41
Octal 266 334 160 21 0 61 16 121 75 101
Binary 10110110 11011100 1110000 10001 0 110001 1110 1010001 111101 1000001

Color Harmonies of #B6DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC70

Black with #B6DC70

Text Example


Text Example

White with #B6DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC70; }

 p { color: rgb(182,220,112); }

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

background-color css

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

 a { background-color: rgb(182,220,112); }

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

border-color css

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

 span { border-color: rgb(182,220,112); }

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