#bdff8a

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

Shades of Sulu #BDFF8A

Tints of Sulu #BDFF8A

Color information

#BDFF8A (or 0xBDFF8A) is unknown color: approx Sulu. HEX triplet: BD, FF and 8A. RGB value is (189,255,138). Sum of RGB (Red+Green+Blue) = 189+255+138=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF8A is #420075. Grayscale: #DEDEDE. Windows color (decimal): -4325494 or 9109437. OLE color: 9109437.

HSL color Cylindrical-coordinate representation of color #BDFF8A: hue angle of 93.85º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDFF8A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB189255138-
CMYK0.2600.460
HSL93.85º100%77.06%-
HSV(B)93.85º45.88%100%-
XYZ61.3384.1737.06-
YUV221.9380.63104.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=32.47%
G=43.81%
B=23.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551380.2600.46093.8510077.06
HexBDFF8A1A02E05e644d
Octal275377212320560136144115
Binary1011110111111111100010101101001011100101111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdff8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdff8a; }

 p { color: rgb(189,255,138); }

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

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

 a { background-color: rgb(189,255,138); }

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

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

 span { border-color: rgb(189,255,138); }

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