Html Css Color HEX #B8DD75 Sulu

📋 copy color: '#B8DD75'

red 184 ◦ green 221 ◦ blue 117

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

Shades of Sulu #B8DD75

Tints of Sulu #B8DD75

RGB

 RED value IS 184 (72.27% from 255) = 35.25%

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 35.25%
G = 42.34%
B = 22.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#B8DD75 (or 0xB8DD75) is known color: Sulu. HEX triplet: B8, DD and 75. RGB value is (184,221,117). Sum of RGB (Red+Green+Blue) = 184+221+117=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD75 is #47228A. Grayscale: #C6C6C6. Windows color (decimal): -4661899 or 7724472. OLE color: 7724472.

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

Color convert

RGB 184 221 117 -
CMYK 0.17 0 0.47 0.13
HSL 81.35º 0.6% 0.66% -
HSV(B) 81.35º 0.47% 0.87% -
XYZ 48.83 63.19 26.45 -
YUV 198.08 82.24 117.96 -
System Red Green Blue C M Y K H S L
Decimal 184 221 117 0.17 0 0.47 0.13 81.35 0.6 0.66
Hex B8 DD 75 11 0 2F D 51 3C 42
Octal 270 335 165 21 0 57 15 121 74 102
Binary 10111000 11011101 1110101 10001 0 101111 1101 1010001 111100 1000010

Color Harmonies of #B8DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DD75

Black with #B8DD75

Text Example


Text Example

White with #B8DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DD75; }

 p { color: rgb(184,221,117); }

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

background-color css

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

 a { background-color: rgb(184,221,117); }

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

border-color css

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

 span { border-color: rgb(184,221,117); }

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