Html Css Color HEX #B5DA7C Sulu

📋 copy color: '#B5DA7C'

red 181 ◦ green 218 ◦ blue 124

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

Shades of Sulu #B5DA7C

Tints of Sulu #B5DA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.71%

R = 34.61%
G = 41.68%
B = 23.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#B5DA7C (or 0xB5DA7C) is known color: Sulu. HEX triplet: B5, DA and 7C. RGB value is (181,218,124). Sum of RGB (Red+Green+Blue) = 181+218+124=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA7C is #4A2583. Grayscale: #C4C4C4. Windows color (decimal): -4859268 or 8182453. OLE color: 8182453.

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

Color convert

RGB 181 218 124 -
CMYK 0.17 0 0.43 0.15
HSL 83.62º 0.56% 0.67% -
HSV(B) 83.62º 0.43% 0.85% -
XYZ 47.77 61.42 28.41 -
YUV 196.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 181 218 124 0.17 0 0.43 0.15 83.62 0.56 0.67
Hex B5 DA 7C 11 0 2B F 54 38 43
Octal 265 332 174 21 0 53 17 124 70 103
Binary 10110101 11011010 1111100 10001 0 101011 1111 1010100 111000 1000011

Color Harmonies of #B5DA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA7C

Black with #B5DA7C

Text Example


Text Example

White with #B5DA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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