Html Css Color HEX #B5DC7F Sulu

📋 copy color: '#B5DC7F'

red 181 ◦ green 220 ◦ blue 127

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

Shades of Sulu #B5DC7F

Tints of Sulu #B5DC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.05%

R = 34.28%
G = 41.67%
B = 24.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B5DC7F (or 0xB5DC7F) is known color: Sulu. HEX triplet: B5, DC and 7F. RGB value is (181,220,127). Sum of RGB (Red+Green+Blue) = 181+220+127=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC7F is #4A2380. Grayscale: #C6C6C6. Windows color (decimal): -4858753 or 8379573. OLE color: 8379573.

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

Color convert

RGB 181 220 127 -
CMYK 0.18 0 0.42 0.14
HSL 85.16º 0.57% 0.68% -
HSV(B) 85.16º 0.42% 0.86% -
XYZ 48.48 62.54 29.6 -
YUV 197.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 181 220 127 0.18 0 0.42 0.14 85.16 0.57 0.68
Hex B5 DC 7F 12 0 2A E 55 39 44
Octal 265 334 177 22 0 52 16 125 71 104
Binary 10110101 11011100 1111111 10010 0 101010 1110 1010101 111001 1000100

Color Harmonies of #B5DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC7F

Black with #B5DC7F

Text Example


Text Example

White with #B5DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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