Html Css Color HEX #B5DC6E Sulu

📋 copy color: '#B5DC6E'

red 181 ◦ green 220 ◦ blue 110

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

Shades of Sulu #B5DC6E

Tints of Sulu #B5DC6E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 35.42%
G = 43.05%
B = 21.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#B5DC6E (or 0xB5DC6E) is known color: Sulu. HEX triplet: B5, DC and 6E. RGB value is (181,220,110). Sum of RGB (Red+Green+Blue) = 181+220+110=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC6E is #4A2391. Grayscale: #C4C4C4. Windows color (decimal): -4858770 or 7265461. OLE color: 7265461.

HSL color Cylindrical-coordinate representation of color #B5DC6E: hue angle of 81.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5DC6E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 110 -
CMYK 0.18 0 0.50 0.14
HSL 81.27º 0.61% 0.65% -
HSV(B) 81.27º 0.5% 0.86% -
XYZ 47.46 62.14 24.24 -
YUV 195.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 181 220 110 0.18 0 0.50 0.14 81.27 0.61 0.65
Hex B5 DC 6E 12 0 32 E 51 3D 41
Octal 265 334 156 22 0 62 16 121 75 101
Binary 10110101 11011100 1101110 10010 0 110010 1110 1010001 111101 1000001

Color Harmonies of #B5DC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC6E

Black with #B5DC6E

Text Example


Text Example

White with #B5DC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC6E; }

 p { color: rgb(181,220,110); }

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

background-color css

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

 a { background-color: rgb(181,220,110); }

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

border-color css

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

 span { border-color: rgb(181,220,110); }

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