Html Css Color HEX #B9DD70 Sulu

📋 copy color: '#B9DD70'

red 185 ◦ green 221 ◦ blue 112

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

Shades of Sulu #B9DD70

Tints of Sulu #B9DD70

RGB

 RED value IS 185 (72.66% from 255) = 35.71%

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

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

R = 35.71%
G = 42.66%
B = 21.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B9DD70 (or 0xB9DD70) is known color: Sulu. HEX triplet: B9, DD and 70. RGB value is (185,221,112). Sum of RGB (Red+Green+Blue) = 185+221+112=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD70 is #46228F. Grayscale: #C6C6C6. Windows color (decimal): -4596368 or 7396793. OLE color: 7396793.

HSL color Cylindrical-coordinate representation of color #B9DD70: hue angle of 79.82º 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 #B9DD70 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 112 -
CMYK 0.16 0 0.49 0.13
HSL 79.82º 0.62% 0.65% -
HSV(B) 79.82º 0.49% 0.87% -
XYZ 48.79 63.2 24.96 -
YUV 197.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 185 221 112 0.16 0 0.49 0.13 79.82 0.62 0.65
Hex B9 DD 70 10 0 31 D 50 3E 41
Octal 271 335 160 20 0 61 15 120 76 101
Binary 10111001 11011101 1110000 10000 0 110001 1101 1010000 111110 1000001

Color Harmonies of #B9DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD70

Black with #B9DD70

Text Example


Text Example

White with #B9DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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