#B5F07D

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

Shades of Sulu #B5F07D

Tints of Sulu #B5F07D

Color information

#B5F07D (or 0xB5F07D) is unknown color: approx Sulu. HEX triplet: B5, F0 and 7D. RGB value is (181,240,125). Sum of RGB (Red+Green+Blue) = 181+240+125=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F07D is #4A0F82. Grayscale: #D1D1D1. Windows color (decimal): -4853635 or 8253621. OLE color: 8253621.

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

Color convert

RGB181240125-
CMYK0.2500.480.06
HSL90.78º79.31%71.57%-
HSV(B)90.78º47.92%94.12%-
XYZ53.9273.6230.77-
YUV209.2580.45107.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=33.15%
G=43.96%
B=22.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812401250.2500.480.0690.7879.3171.57
HexB5F07D1903065b4f48
Octal265360175310606133117110
Binary10110101111100001111101110010110000110101101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F07D; }

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

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

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

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

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

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

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

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