Html Css Color HEX #B7DC72 Sulu

📋 copy color: '#B7DC72'

red 183 ◦ green 220 ◦ blue 114

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

Shades of Sulu #B7DC72

Tints of Sulu #B7DC72

RGB

 RED value IS 183 (71.88% from 255) = 35.4%

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

 BLUE value IS 114 (44.92% from 255) = 22.05%

R = 35.4%
G = 42.55%
B = 22.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#B7DC72 (or 0xB7DC72) is known color: Sulu. HEX triplet: B7, DC and 72. RGB value is (183,220,114). Sum of RGB (Red+Green+Blue) = 183+220+114=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC72 is #48238D. Grayscale: #C5C5C5. Windows color (decimal): -4727694 or 7527607. OLE color: 7527607.

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

Color convert

RGB 183 220 114 -
CMYK 0.17 0 0.48 0.14
HSL 80.94º 0.6% 0.65% -
HSV(B) 80.94º 0.48% 0.86% -
XYZ 48.16 62.47 25.44 -
YUV 196.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 183 220 114 0.17 0 0.48 0.14 80.94 0.6 0.65
Hex B7 DC 72 11 0 30 E 51 3C 41
Octal 267 334 162 21 0 60 16 121 74 101
Binary 10110111 11011100 1110010 10001 0 110000 1110 1010001 111100 1000001

Color Harmonies of #B7DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC72

Black with #B7DC72

Text Example


Text Example

White with #B7DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC72; }

 p { color: rgb(183,220,114); }

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

background-color css

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

 a { background-color: rgb(183,220,114); }

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

border-color css

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

 span { border-color: rgb(183,220,114); }

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