Html Css Color HEX #B7DC75 Sulu

📋 copy color: '#B7DC75'

red 183 ◦ green 220 ◦ blue 117

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

Shades of Sulu #B7DC75

Tints of Sulu #B7DC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 35.19%
G = 42.31%
B = 22.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#B7DC75 (or 0xB7DC75) is known color: Sulu. HEX triplet: B7, DC and 75. RGB value is (183,220,117). Sum of RGB (Red+Green+Blue) = 183+220+117=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC75 is #48238A. Grayscale: #C5C5C5. Windows color (decimal): -4727691 or 7724215. OLE color: 7724215.

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

Color convert

RGB 183 220 117 -
CMYK 0.17 0 0.47 0.14
HSL 81.55º 0.6% 0.66% -
HSV(B) 81.55º 0.47% 0.86% -
XYZ 48.33 62.54 26.35 -
YUV 197.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 183 220 117 0.17 0 0.47 0.14 81.55 0.6 0.66
Hex B7 DC 75 11 0 2F E 52 3C 42
Octal 267 334 165 21 0 57 16 122 74 102
Binary 10110111 11011100 1110101 10001 0 101111 1110 1010010 111100 1000010

Color Harmonies of #B7DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC75

Black with #B7DC75

Text Example


Text Example

White with #B7DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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