Html Css Color HEX #B5DA73 Sulu

📋 copy color: '#B5DA73'

red 181 ◦ green 218 ◦ blue 115

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

Shades of Sulu #B5DA73

Tints of Sulu #B5DA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 35.21%
G = 42.41%
B = 22.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B5DA73 (or 0xB5DA73) is known color: Sulu. HEX triplet: B5, DA and 73. RGB value is (181,218,115). Sum of RGB (Red+Green+Blue) = 181+218+115=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA73 is #4A258C. Grayscale: #C3C3C3. Windows color (decimal): -4859277 or 7592629. OLE color: 7592629.

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

Color convert

RGB 181 218 115 -
CMYK 0.17 0 0.47 0.15
HSL 81.55º 0.58% 0.65% -
HSV(B) 81.55º 0.47% 0.85% -
XYZ 47.22 61.2 25.54 -
YUV 195.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 181 218 115 0.17 0 0.47 0.15 81.55 0.58 0.65
Hex B5 DA 73 11 0 2F F 52 3A 41
Octal 265 332 163 21 0 57 17 122 72 101
Binary 10110101 11011010 1110011 10001 0 101111 1111 1010010 111010 1000001

Color Harmonies of #B5DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA73

Black with #B5DA73

Text Example


Text Example

White with #B5DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA73; }

 p { color: rgb(181,218,115); }

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

background-color css

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

 a { background-color: rgb(181,218,115); }

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

border-color css

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

 span { border-color: rgb(181,218,115); }

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