Html Css Color HEX #B5DD70 Sulu

📋 copy color: '#B5DD70'

red 181 ◦ green 221 ◦ blue 112

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

Shades of Sulu #B5DD70

Tints of Sulu #B5DD70

RGB

 RED value IS 181 (71.09% from 255) = 35.21%

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

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

R = 35.21%
G = 43%
B = 21.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B5DD70 (or 0xB5DD70) is known color: Sulu. HEX triplet: B5, DD and 70. RGB value is (181,221,112). Sum of RGB (Red+Green+Blue) = 181+221+112=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD70 is #4A228F. Grayscale: #C5C5C5. Windows color (decimal): -4858512 or 7396789. OLE color: 7396789.

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

Color convert

RGB 181 221 112 -
CMYK 0.18 0 0.49 0.13
HSL 82.02º 0.62% 0.65% -
HSV(B) 82.02º 0.49% 0.87% -
XYZ 47.84 62.71 24.91 -
YUV 196.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 181 221 112 0.18 0 0.49 0.13 82.02 0.62 0.65
Hex B5 DD 70 12 0 31 D 52 3E 41
Octal 265 335 160 22 0 61 15 122 76 101
Binary 10110101 11011101 1110000 10010 0 110001 1101 1010010 111110 1000001

Color Harmonies of #B5DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD70

Black with #B5DD70

Text Example


Text Example

White with #B5DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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