Html Css Color HEX #B5DF7F Sulu

📋 copy color: '#B5DF7F'

red 181 ◦ green 223 ◦ blue 127

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

Shades of Sulu #B5DF7F

Tints of Sulu #B5DF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

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

R = 34.09%
G = 42%
B = 23.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B5DF7F (or 0xB5DF7F) is known color: Sulu. HEX triplet: B5, DF and 7F. RGB value is (181,223,127). Sum of RGB (Red+Green+Blue) = 181+223+127=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF7F is #4A2080. Grayscale: #C7C7C7. Windows color (decimal): -4857985 or 8380341. OLE color: 8380341.

HSL color Cylindrical-coordinate representation of color #B5DF7F: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5DF7F is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 223 127 -
CMYK 0.19 0 0.43 0.13
HSL 86.25º 0.6% 0.69% -
HSV(B) 86.25º 0.43% 0.87% -
XYZ 49.27 64.13 29.86 -
YUV 199.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 181 223 127 0.19 0 0.43 0.13 86.25 0.6 0.69
Hex B5 DF 7F 13 0 2B D 56 3C 45
Octal 265 337 177 23 0 53 15 126 74 105
Binary 10110101 11011111 1111111 10011 0 101011 1101 1010110 111100 1000101

Color Harmonies of #B5DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DF7F

Black with #B5DF7F

Text Example


Text Example

White with #B5DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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