#BDFB75

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

Shades of Sulu #BDFB75

Tints of Sulu #BDFB75

Color information

#BDFB75 (or 0xBDFB75) is unknown color: approx Sulu. HEX triplet: BD, FB and 75. RGB value is (189,251,117). Sum of RGB (Red+Green+Blue) = 189+251+117=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB75 is #42048A. Grayscale: #D9D9D9. Windows color (decimal): -4326539 or 7732157. OLE color: 7732157.

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

Color convert

RGB189251117-
CMYK0.2500.530.02
HSL87.76º94.37%72.16%-
HSV(B)87.76º53.39%98.43%-
XYZ58.6981.129.39-
YUV217.1971.46107.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=33.93%
G=45.06%
B=21.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511170.2500.530.0287.7694.3772.16
HexBDFB75190352585e48
Octal275373165310652130136110
Binary1011110111111011111010111001011010110101100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB75; }

 p { color: rgb(189,251,117); }

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

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

 a { background-color: rgb(189,251,117); }

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

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

 span { border-color: rgb(189,251,117); }

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