#B5F17D

Color #B5F17D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B5F17D

Tints of Sulu #B5F17D

Color information

#B5F17D (or 0xB5F17D) is unknown color: approx Sulu. HEX triplet: B5, F1 and 7D. RGB value is (181,241,125). Sum of RGB (Red+Green+Blue) = 181+241+125=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F17D is #4A0E82. Grayscale: #D2D2D2. Windows color (decimal): -4853379 or 8253877. OLE color: 8253877.

HSL color Cylindrical-coordinate representation of color #B5F17D: hue angle of 91.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5F17D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB181241125-
CMYK0.2500.480.05
HSL91.03º80.56%71.76%-
HSV(B)91.03º48.13%94.51%-
XYZ54.2174.2230.87-
YUV209.8480.12107.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=33.09%
G=44.06%
B=22.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812411250.2500.480.0591.0380.5671.76
HexB5F17D1903055b5148
Octal265361175310605133121110
Binary10110101111100011111101110010110000101101101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F17D; }

 p { color: rgb(181,241,125); }

 H1.HeaderClassName
 {
   color: #B5F17D;
 }
 .AnyTagClassName
 {
   color: #B5F17D;
 }
</style>
background-color css

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

 a { background-color: rgb(181,241,125); }

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

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

 span { border-color: rgb(181,241,125); }

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