Html Css Color HEX #B5DC74 Sulu

📋 copy color: '#B5DC74'

red 181 ◦ green 220 ◦ blue 116

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

Shades of Sulu #B5DC74

Tints of Sulu #B5DC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.44%

R = 35.01%
G = 42.55%
B = 22.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#B5DC74 (or 0xB5DC74) is known color: Sulu. HEX triplet: B5, DC and 74. RGB value is (181,220,116). Sum of RGB (Red+Green+Blue) = 181+220+116=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC74 is #4A238B. Grayscale: #C4C4C4. Windows color (decimal): -4858764 or 7658677. OLE color: 7658677.

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

Color convert

RGB 181 220 116 -
CMYK 0.18 0 0.47 0.14
HSL 82.5º 0.6% 0.66% -
HSV(B) 82.5º 0.47% 0.86% -
XYZ 47.8 62.27 26.02 -
YUV 196.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 181 220 116 0.18 0 0.47 0.14 82.5 0.6 0.66
Hex B5 DC 74 12 0 2F E 52 3C 42
Octal 265 334 164 22 0 57 16 122 74 102
Binary 10110101 11011100 1110100 10010 0 101111 1110 1010010 111100 1000010

Color Harmonies of #B5DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC74

Black with #B5DC74

Text Example


Text Example

White with #B5DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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