Html Css Color HEX #B5DC78 Sulu

📋 copy color: '#B5DC78'

red 181 ◦ green 220 ◦ blue 120

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

Shades of Sulu #B5DC78

Tints of Sulu #B5DC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.03%

R = 34.74%
G = 42.23%
B = 23.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#B5DC78 (or 0xB5DC78) is known color: Sulu. HEX triplet: B5, DC and 78. RGB value is (181,220,120). Sum of RGB (Red+Green+Blue) = 181+220+120=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC78 is #4A2387. Grayscale: #C5C5C5. Windows color (decimal): -4858760 or 7920821. OLE color: 7920821.

HSL color Cylindrical-coordinate representation of color #B5DC78: hue angle of 83.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5DC78 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 120 -
CMYK 0.18 0 0.45 0.14
HSL 83.4º 0.59% 0.67% -
HSV(B) 83.4º 0.45% 0.86% -
XYZ 48.04 62.37 27.28 -
YUV 196.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 181 220 120 0.18 0 0.45 0.14 83.4 0.59 0.67
Hex B5 DC 78 12 0 2D E 53 3B 43
Octal 265 334 170 22 0 55 16 123 73 103
Binary 10110101 11011100 1111000 10010 0 101101 1110 1010011 111011 1000011

Color Harmonies of #B5DC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC78

Black with #B5DC78

Text Example


Text Example

White with #B5DC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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