Html Css Color HEX #B8DD70 Sulu

📋 copy color: '#B8DD70'

red 184 ◦ green 221 ◦ blue 112

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

Shades of Sulu #B8DD70

Tints of Sulu #B8DD70

RGB

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

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

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

R = 35.59%
G = 42.75%
B = 21.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B8DD70 (or 0xB8DD70) is known color: Sulu. HEX triplet: B8, DD and 70. RGB value is (184,221,112). Sum of RGB (Red+Green+Blue) = 184+221+112=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD70 is #47228F. Grayscale: #C5C5C5. Windows color (decimal): -4661904 or 7396792. OLE color: 7396792.

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

Color convert

RGB 184 221 112 -
CMYK 0.17 0 0.49 0.13
HSL 80.37º 0.62% 0.65% -
HSV(B) 80.37º 0.49% 0.87% -
XYZ 48.55 63.07 24.94 -
YUV 197.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 184 221 112 0.17 0 0.49 0.13 80.37 0.62 0.65
Hex B8 DD 70 11 0 31 D 50 3E 41
Octal 270 335 160 21 0 61 15 120 76 101
Binary 10111000 11011101 1110000 10001 0 110001 1101 1010000 111110 1000001

Color Harmonies of #B8DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DD70

Black with #B8DD70

Text Example


Text Example

White with #B8DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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