Html Css Color HEX #B5DB7A Sulu

📋 copy color: '#B5DB7A'

red 181 ◦ green 219 ◦ blue 122

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

Shades of Sulu #B5DB7A

Tints of Sulu #B5DB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

 BLUE value IS 122 (48.05% from 255) = 23.37%

R = 34.67%
G = 41.95%
B = 23.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B5DB7A (or 0xB5DB7A) is known color: Sulu. HEX triplet: B5, DB and 7A. RGB value is (181,219,122). Sum of RGB (Red+Green+Blue) = 181+219+122=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB7A is #4A2485. Grayscale: #C4C4C4. Windows color (decimal): -4859014 or 8051637. OLE color: 8051637.

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

Color convert

RGB 181 219 122 -
CMYK 0.17 0 0.44 0.14
HSL 83.51º 0.57% 0.67% -
HSV(B) 83.51º 0.44% 0.86% -
XYZ 47.9 61.89 27.83 -
YUV 196.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 181 219 122 0.17 0 0.44 0.14 83.51 0.57 0.67
Hex B5 DB 7A 11 0 2C E 54 39 43
Octal 265 333 172 21 0 54 16 124 71 103
Binary 10110101 11011011 1111010 10001 0 101100 1110 1010100 111001 1000011

Color Harmonies of #B5DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DB7A

Black with #B5DB7A

Text Example


Text Example

White with #B5DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DB7A; }

 p { color: rgb(181,219,122); }

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

background-color css

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

 a { background-color: rgb(181,219,122); }

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

border-color css

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

 span { border-color: rgb(181,219,122); }

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